mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-30 10:26:17 +03:00
ab9c5864bb
by @akellbl4 * make cool site for reproxy * remove meta tags with images * fix dark theme * flix styles for sidebar nav * add scroll in sidebar * fix dark theme * fix markdown * remove package lock * add package lock to ignore * add update date and edit button * add build command * move target to public * add build * use gitignore * add logos * Changes - add meta - add close button * add style for code tag * fix favicon color in safari * add logo styles * update favicon * add classic ico favicon * update touch icon * fix sharing images * fix logo * move data to site data file * add fancy mate glass effect on header * make readme as site base * update logo update logo * add stretching width for the content * add dockerfile * fix dark theme bugs * remove usless props * fix logo * fix node version * replce logo for the site * fix path to logo in readme * add more space on logo in readme * fix logo size in readme
14 lines
208 B
JSON
14 lines
208 B
JSON
{
|
|
"name": "Reproxy",
|
|
"short_name": "Reproxy",
|
|
"icons": [
|
|
{
|
|
"src": "touch-icon.png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#FF7A00",
|
|
"display": "fullscreen"
|
|
}
|