manifest.json (533 B )


 1 {
 2   "name": "web workshop",
 3   "short_name": "web workshop",
 4   "description": "craft handmade websites in their natural habitat",
 5   "start_url": "/web_workshop/",
 6   "display": "standalone",
 7   "background_color": "#16181b",
 8   "theme_color": "#16181b",
 9   "orientation": "any",
10   "icons": [
11     {
12       "src": "resources/icons/construction_padded.png",
13       "sizes": "200x200",
14       "type": "image/png"
15     },
16     {
17       "src": "resources/icons/construction_padded.png",
18       "sizes": "192x192",
19       "type": "image/png"
20     }
21   ]
22 }