{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "anilast-pwa",
  "name": "AniLast — Anime & Manga",
  "short_name": "AniLast",
  "description": "Stream anime, read manga, track watchlist progress, and watch with friends in real-time.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "entertainment",
    "video",
    "books",
    "social"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your saved anime and manga",
      "url": "/library?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Catalog",
      "short_name": "Search",
      "description": "Search anime & manga titles",
      "url": "/search?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Manga Reader",
      "short_name": "Manga",
      "description": "Explore popular and trending manga",
      "url": "/?mode=manga&source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Watch Party",
      "short_name": "Party",
      "description": "Watch anime synchronously with friends",
      "url": "/watchparty?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "q"
    }
  },
  "prefer_related_applications": false
}
