{
  "id": "/jeux/",
  "name": "PCMR Gaming",
  "short_name": "PCMR",
  "description": "Suivi de prix et alertes pour tes jeux PC préférés",
  "start_url": "/jeux/",
  "scope": "/jeux/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0d0d12",
  "theme_color": "#6366f1",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["games", "entertainment", "shopping"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://pcmasterrace.fr/jeux/manifest.json"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pcmr",
      "url": "/jeux/recherche?q=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/jeux/dashboard"
  },
  "scope_extensions": [
    { "origin": "https://pcmasterrace.fr" }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/jeux/recherche",
    "method": "GET",
    "params": {
      "title": "q",
      "text": "q",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/jeux/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/jeux/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/jeux/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/jeux/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "screenshots": [
    {
      "src": "/jeux/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Suivi de prix sur mobile"
    },
    {
      "src": "/jeux/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard de suivi des jeux sur desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Mon Dashboard",
      "short_name": "Dashboard",
      "description": "Voir mes jeux suivis",
      "url": "/jeux/dashboard",
      "icons": [{ "src": "/jeux/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Rechercher un jeu",
      "short_name": "Recherche",
      "description": "Chercher un jeu PC",
      "url": "/jeux/recherche",
      "icons": [{ "src": "/jeux/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
