{
  "id": "/",
  "name": "Culturoscope",
  "short_name": "Culturoscope",
  "description": "Decouvre, filtre et explore tes films, series et univers culturels.",
  "lang": "fr-FR",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["entertainment", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/static/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes films vus",
      "short_name": "Vus",
      "url": "/my/movies/list/seen/?source=pwa_shortcut",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "A voir",
      "short_name": "A voir",
      "url": "/my/movies/list/watchlist/?source=pwa_shortcut",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Matchs",
      "short_name": "Matchs",
      "url": "/my/movies/match/start/?source=pwa_shortcut",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
