{
  "name": "KDrama Checklist",
  "short_name": "KDrama",
  "description": "Browse, track, and discover KDramas with swipe-style decisions",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0d1a",
  "theme_color": "#0d0d1a",
  "lang": "en",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "shortcuts": [
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Swipe through new dramas",
      "url": "./index.html#discover",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "description": "View your watchlist",
      "url": "./index.html#watchlist",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
