{
  "name": "Fanta Studio",
  "author":"Fanta Studio",
  "short_name": "https://kittencity.fun/",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#71E428",
  "background_color": "#71E428",
  "orientation": "landscape",
  "status_bar": "black",
  "splash": {
    "640x1136": "/assets/pwa/splash/splash-640x1136.png",
    "750x1334": "/assets/pwa/splash/splash-750x1334.png",
    "828x1792": "/assets/pwa/splash/splash-828x1792.png",
    "1125x2436": "/assets/pwa/splash/splash-1125x2436.png",
    "1242x2208": "/assets/pwa/splash/splash-1242x2208.png",
    "1242x2688": "/assets/pwa/splash/splash-1242x2688.png",
    "1536x2048": "/assets/pwa/splash/splash-1536x2048.png",
    "1668x2224": "/assets/pwa/splash/splash-1668x2224.png",
    "1668x2388": "/assets/pwa/splash/splash-1668x2388.png",
    "2048x2732": "/assets/pwa/splash/splash-2048x2732.png"
  },
  "icons": [
    {
      "src": "/assets/pwa/icons/icon-72x72.png",
      "type": "image/png",
      "sizes": "72x72",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-96x96.png",
      "type": "image/png",
      "sizes": "96x96",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-128x128.png",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-144x144.png",
      "type": "image/png",
      "sizes": "144x144",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-152x152.png",
      "type": "image/png",
      "sizes": "152x152",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-384x384.png",
      "type": "image/png",
      "sizes": "384x384",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Shortcut Link 1",
      "description": "Shortcut Link 1 Description",
      "url": "/shortcutlink1",
      "icons": [
        {
          "src": "/assets/pwa/icons/icon-72x72.png",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Shortcut Link 2",
      "description": "Shortcut Link 2 Description",
      "url": "/shortcutlink2",
      "icons": [
        []
      ]
    }
  ]
}