{
  "name": "JW Convention Notes",
  "short_name": "JW Notes",
  "description": "Note-taking app for the 2026 Eternal Happiness JW Convention. Works on any device, no GoodNotes needed.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a4a3a",
  "theme_color": "#1a4a3a",
  "orientation": "portrait",
  "lang": "en",
  "id": "jwnotesapp-2026",
  "icons": [
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Open Program",
      "short_name": "Program",
      "description": "Go to the convention program",
      "url": "/?source=pwa"
    }
  ]
}