github.com/pbberlin/go-pwa@v0.0.0-20220328105622-7c26e0ca1ab8/app-bucket/json/manifest.json (about) 1 { 2 "$schema": "https://json.schemastore.org/web-manifest-combined.json", 3 "name": "Golang PWA", 4 "short_name": "Go PWA", 5 "description": "Golang HTTPS server PWA prototype", 6 "start_url": ".", 7 "display": "standalone", 8 "background_color": "#fff", 9 "theme_color": "rgb(228, 223, 206)", 10 "orientation": "portrait-primary", 11 "icons": [ 12 { 13 "src": "/img/icon-072.webp", 14 "sizes": "72x72", 15 "type": "image/png", 16 "purpose": "maskable" 17 }, 18 { 19 "src": "/img/icon-096.webp", 20 "sizes": "96x96", 21 "type": "image/png", 22 "purpose": "maskable" 23 }, 24 { 25 "src": "/img/icon-128.webp", 26 "sizes": "128x128", 27 "type": "image/png", 28 "purpose": "maskable" 29 }, 30 { 31 "src": "/img/icon-144.webp", 32 "sizes": "144x144", 33 "type": "image/png", 34 "purpose": "any" 35 }, 36 { 37 "src": "/img/icon-192.webp", 38 "sizes": "192x192", 39 "type": "image/png", 40 "purpose": "any" 41 }, 42 { 43 "src": "/img/icon-384.webp", 44 "sizes": "384x384", 45 "type": "image/png", 46 "purpose": "any" 47 }, 48 { 49 "src": "/img/icon-512.webp", 50 "sizes": "512x512", 51 "type": "image/png", 52 "purpose": "any" 53 } 54 ], 55 "related_applications": [{ 56 "platform": "play", 57 "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb" 58 }] 59 }