dominus

One damus client to rule them all
git clone git://jb55.com/dominus
Log | Files | Refs | README

manifest.json (579B)


      1 {
      2   "name": "egui Template PWA",
      3   "short_name": "egui-template-pwa",
      4   "icons": [
      5     {
      6       "src": "./icon-256.png",
      7       "sizes": "256x256",
      8       "type": "image/png"
      9     },
     10     {
     11       "src": "./maskable_icon_x512.png",
     12       "sizes": "512x512",
     13       "type": "image/png",
     14       "purpose": "any maskable"
     15     },
     16     {
     17       "src": "./icon-1024.png",
     18       "sizes": "1024x1024",
     19       "type": "image/png"
     20     }
     21   ],
     22   "lang": "en-US",
     23   "id": "/index.html",
     24   "start_url": "./index.html",
     25   "display": "standalone",
     26   "background_color": "white",
     27   "theme_color": "white"
     28 }