{
  "id": "/dashboard",
  "name": "Bibleflix - Video Bible Studies",
  "short_name": "Bibleflix",
  "description": "Stream Bible study videos with integrated scripture, notes, and community.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#E50914",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "lifestyle"],
  "share_target": {
    "action": "/dashboard/shared",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
