﻿{
  "theme_color": "#8936FF",
  "background_color": "#2EC6FE",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "img/Custom/pwa/icon512_maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "img/Custom/pwa/icon512_rounded.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "36x36",
      "src": "img/Custom/pwa/android-icon-36x36.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "48x48",
      "src": "img/Custom/pwa/android-icon-48x48.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "72x72",
      "src": "img/Custom/pwa/android-icon-72x72.png",
      "type": "image/png"
    }
  ],
  "display": "fullscreen",
  "name": "Spheeres",
  "short_name": "Spheeres",
  "start_url": "/",
  "screenshots": [
    {
      "src": "img/Custom/pwa/screenshot540_720.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "img/Custom/pwa/screenshot720_540.png",
      "type": "image/jpg",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}