{
  "name": "Shalom Parallel Bible",
  "short_name": "Shalom Bible",
  "id": "./",
  "description": "Read and search the Bible in English, Malayalam, Manglish and Hindi.",
  "start_url": "./offline-reader.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f8f4eb",
  "theme_color": "#17243b",
  "categories": ["books", "education", "lifestyle"],
  "icons": [
    { "src": "assets/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Read the Bible",
      "short_name": "Read",
      "url": "./offline-reader.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Search the Bible",
      "short_name": "Search",
      "url": "./offline-reader.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
