{
  "id": "/perkcubes/",
  "name": "PerkCubes",
  "short_name": "PerkCubes",
  "description": "Quizzes, Puzzles, Posts and much more..",
  "start_url": "./index.php?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0f14",
  "theme_color": "#0d0f14",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
 "screenshots": [
  {
    "src": "/icons/screenshots/mobile.jpg",
    "sizes": "716x1415",
    "type": "image/jpeg",
    "form_factor": "narrow",
    "label": "PerkCubes on Mobile"
  },
  {
    "src": "/icons/screenshots/desktop.jpg",
    "sizes": "1920x912",
    "type": "image/jpeg",
    "form_factor": "wide",
    "label": "PerkCubes on Desktop"
  }
]


}