Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martin. authored Oct 5, 2024
1 parent d962aad commit c2ad8de
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
{"short_name": "Yellow Pencil","name": "Yellow Pencil": "./?utm_source=web_app_manifest","display": "standalone","orientation": "portrait","theme_color": "#ffde5a","background_color": "#ffffff","description": "Yellow Pencil - A product design journey filled with life, love & laughter, not to forget the tears of joy!","dir": "ltr","lang": "en","icons": [{"src": "./icons/apple-touch-icon-48x48.png","sizes": "48x48","type": "image/png","purpose": "any maskable"}, {"src": "./icons/apple-touch-icon-72x72.png","sizes": "72x72","type": "image/png","purpose": "any maskable"}, {"src": "./icons/apple-touch-icon-96x96.png","sizes": "96x96","type": "image/png","purpose": "any maskable"}, {"src": "./icons/apple-touch-icon-144x144.png","sizes": "144x144","type": "image/png","purpose": "any maskable"}, {"src": "./icons/apple-touch-icon-168x168.png","sizes": "168x168","type": "image/png","purpose": "any maskable"}, {"src": "./icons/apple-touch-icon-192x192.png","sizes": "192x192","type": "image/png","purpose": "any maskable"}, {"src": "./icons/apple-touch-icon-512x512.png","sizes": "512x512","type": "image/png","purpose": "any maskable"}]}
{
"short_name": "Yellow Pencil",
"name": "Yellow Pencil",
".","display": "standalone",
"orientation": "portrait",
"theme_color": "#ffde5a",
"background_color": "#ffde5a",
"description": "Yellow Pencil - A product design journey filled with life, love & laughter, not to forget the tears of joy!",
"dir": "ltr",
"lang": "en",
"icons": [
{"src": "./icons/48.png","sizes": "48x48","type": "image/png","purpose": "any maskable"},
{"src": "./icons/72.png","sizes": "72x72","type": "image/png","purpose": "any maskable"},
{"src": "./icons/96.png","sizes": "96x96","type": "image/png","purpose": "any maskable"},
{"src": "./icons/144.png","sizes": "144x144","type": "image/png","purpose": "any maskable"},
{"src": "./icons/168.png","sizes": "168x168","type": "image/png","purpose": "any maskable"},
{"src": "./icons/192.png","sizes": "192x192","type": "image/png","purpose": "any maskable"},
{"src": "./icons/512.png","sizes": "512x512","type": "image/png","purpose": "any maskable"}
]
}

0 comments on commit c2ad8de

Please sign in to comment.