{
  "name": "Notewordly — My Library App",
  "short_name": "Notewordly",
  "description": "An offline-first library for knowledge cartridges (.pack files).",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e1251b",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/zip": [".pack"],
        "application/octet-stream": [".pack"]
      }
    }
  ]
}
