{
  "name": "MCU Watch Order",
  "short_name": "MCU Order",
  "description": "The complete Marvel Cinematic Universe watch order — every movie and series in release or timeline order, with runtimes, streaming info and watched tracking.",
  "id": "/mcu/",
  "start_url": "/mcu/",
  "scope": "/mcu/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0A0E",
  "theme_color": "#0A0A0E",
  "lang": "en",
  "categories": [
    "entertainment",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Release order",
      "short_name": "Release",
      "url": "/mcu/?order=release",
      "description": "Watch in the order it came out",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timeline order",
      "short_name": "Timeline",
      "url": "/mcu/?order=chrono",
      "description": "Watch in story order",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Essentials only",
      "short_name": "Essentials",
      "url": "/mcu/?ess=1",
      "description": "Just the main storyline",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Still to watch",
      "short_name": "To watch",
      "url": "/mcu/?unw=1&out=1",
      "description": "Released titles you have not ticked off",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "prefer_related_applications": false
}