{
  "name": "RPV Bible",
  "short_name": "RPV Bible",
  "description": "Unique Bible app for web, mobile, and projection",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f0ec",
  "theme_color": "#a9291c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/rpv-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "education", "religion"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Read Bible",
      "short_name": "Read",
      "description": "Read the Bible",
      "url": "/read",
      "icons": [{ "src": "/rpv-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Projector",
      "short_name": "Projector",
      "description": "Projector view",
      "url": "/projector",
      "icons": [{ "src": "/rpv-icon.svg", "sizes": "any" }]
    }
  ]
}

