|
@@ -1,46 +1,56 @@
|
|
{
|
|
{
|
|
"id": "/goto",
|
|
"id": "/goto",
|
|
- "name": "GoTo... Tiny URL Web Application",
|
|
+ "name": "GoTo... Tiny URL",
|
|
- "short_name": "GoTo..",
|
|
+ "short_name": "GoTo",
|
|
- "description": "Share links via short URL that can be easily typed or verbalised",
|
|
+ "description": "Share links by generating a short URL that can be easily typed or verbalised",
|
|
"start_url": "/goto",
|
|
"start_url": "/goto",
|
|
|
|
+ "shortcuts": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Open",
|
|
|
|
+ "url": "/goto/open"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "New",
|
|
|
|
+ "url": "/goto"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"scope": "/goto",
|
|
"scope": "/goto",
|
|
"theme_color": "#8f4f4f",
|
|
"theme_color": "#8f4f4f",
|
|
"background_color": "black",
|
|
"background_color": "black",
|
|
"display": "standalone",
|
|
"display": "standalone",
|
|
"icons": [
|
|
"icons": [
|
|
{
|
|
{
|
|
- "src": "/static/goto-favicon_512.png",
|
|
+ "src": "/static/goto/512.png",
|
|
"sizes": "512x512",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
"purpose": "any"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/static/goto-favicon_192.png",
|
|
+ "src": "/static/goto/192.png",
|
|
"sizes": "192x192",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
"purpose": "any"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/static/goto-favicon_144.png",
|
|
+ "src": "/static/goto/144.png",
|
|
"sizes": "144x144",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
"purpose": "any"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/static/goto-favicon_96.png",
|
|
+ "src": "/static/goto/96.png",
|
|
"sizes": "96x96",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
"purpose": "any"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/static/goto-favicon_72.png",
|
|
+ "src": "/static/goto/72.png",
|
|
"sizes": "72x72",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
"purpose": "any"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/static/goto-favicon_48.png",
|
|
+ "src": "/static/goto/48.png",
|
|
"sizes": "48x48",
|
|
"sizes": "48x48",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
"purpose": "any"
|