{
  "name": "AniLog",
  "short_name": "AniLog",
  "description": "Track your anime & manga — Letterboxd-style",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#e8573f",
  "categories": ["entertainment", "lifestyle"],
  "lang": "en-US",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Search",  "url": "./#/search",   "description": "Search anime & manga" },
    { "name": "Diary",   "url": "./#/diary",    "description": "View your watch diary" },
    { "name": "Discover","url": "./#/discover", "description": "Discover new titles" }
  ]
}
