{
  "name": "Holy Notes - Church Service Notes",
  "short_name": "Holy Notes",
  "description": "Free web app for capturing church service notes with Bible verse linking, drawing, audio recording, and sermon organization. Available in 18 languages.",
  "start_url": "/notes.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#1a1816",
  "theme_color": "#4a6fa5",
  "orientation": "any",
  "lang": "en",
  "dir": "auto",
  "categories": ["education", "lifestyle", "productivity"],
  "icons": [
    { "src": "favicon/favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "favicon/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "favicon/favicon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "favicon/favicon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "favicon/favicon-256x256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Notizen",
      "short_name": "Notizen",
      "url": "/notes.html",
      "icons": [{ "src": "favicon/favicon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Bibel",
      "short_name": "Bibel",
      "url": "/bible.html",
      "icons": [{ "src": "favicon/favicon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Kirchen",
      "short_name": "Kirchen",
      "url": "/preachers.html",
      "icons": [{ "src": "favicon/favicon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
