web


git clone https://radroots.dev/git/web.git
Log | Files | Refs | Submodules | README | LICENSE

manifest.json (334B)


      1 {
      2     "name": "Rad Roots ยป-`-,-",
      3     "short_name": "Rad Roots",
      4     "start_url": "/",
      5     "id": "/",
      6     "display": "standalone",
      7     "theme_color": "#f2f2f7",
      8     "background_color": "#f2f2f7",
      9     "icons": [
     10         {
     11             "sizes": "256x256",
     12             "src": "logo.png",
     13             "type": "image/png"
     14         }
     15     ]
     16 }