{
  "name": "PrayCue",
  "short_name": "PrayCue",
  "description": "An arrow prayer before you open the apps that distract you.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0C0B13",
  "theme_color": "#0C0B13",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "lifestyle",
    "religion"
  ],
  "id": "/?source=pwa",
  "icons": [
    {
      "src": "assets/logo/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/logo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/logo/ic_launcher-playstore.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=net.tidycustoms.praycue",
      "id": "net.tidycustoms.praycue"
    }
  ],
  "prefer_related_applications": true
}