{
  "id": "/",
  "name": "DOXA - Bible Game",
  "short_name": "DOXA",
  "description": "Bible Interactive Verse & Character Game",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#0d0016",
  "theme_color": "#720090",
  "categories": ["education", "lifestyle", "books", "games"],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.bibwagdoxa.app",
      "url": "https://play.google.com/store/apps/details?id=com.bibwagdoxa.app"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-wide.png",
      "sizes": "1920x901",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DOXA - Bible Game on desktop"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "678x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DOXA - Bible Game on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Play a Game",
      "short_name": "Play",
      "description": "Jump straight into a Bible game",
      "url": "/?shortcut=play",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
      ]
    },
    {
      "name": "Learn",
      "short_name": "Learn",
      "description": "Browse Bible learning content",
      "url": "/?shortcut=learn",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
      ]
    },
    {
      "name": "Quiet Time",
      "short_name": "Quiet Time",
      "description": "Open your Quiet Time journal",
      "url": "/?shortcut=quiet",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
      ]
    },
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "View your Vault achievements",
      "url": "/?shortcut=vault",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
      ]
    }
  ]
}
