manifest.json (1094B)
1 { 2 "name": "amit's CDN", 3 "short_name": "CDN", 4 "description": "Personal CDN for browsing, uploading, and linking hosted assets.", 5 "start_url": "/", 6 "scope": "/", 7 "display": "standalone", 8 "background_color": "#050505", 9 "theme_color": "#050505", 10 "orientation": "any", 11 "lang": "en", 12 "icons": [ 13 { 14 "src": "/static/icons/favicon-16x16.png", 15 "sizes": "16x16", 16 "type": "image/png" 17 }, 18 { 19 "src": "/static/icons/favicon-32x32.png", 20 "sizes": "32x32", 21 "type": "image/png" 22 }, 23 { 24 "src": "/static/icons/icon-192.png", 25 "sizes": "192x192", 26 "type": "image/png", 27 "purpose": "any" 28 }, 29 { 30 "src": "/static/icons/icon-512.png", 31 "sizes": "512x512", 32 "type": "image/png", 33 "purpose": "any" 34 }, 35 { 36 "src": "/static/icons/icon-maskable-192.png", 37 "sizes": "192x192", 38 "type": "image/png", 39 "purpose": "maskable" 40 }, 41 { 42 "src": "/static/icons/icon-maskable-512.png", 43 "sizes": "512x512", 44 "type": "image/png", 45 "purpose": "maskable" 46 } 47 ] 48 }