{
  "name": "Ouananiche — Pêche Intelligente Québec",
  "short_name": "Ouananiche",
  "id": "/index.html",
  "description": "L'application des pêcheurs sportifs québécois. Cartes bathymétriques, alertes de profondeur, agent IA Cyril, spots de pêche.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a4a6e",
  "theme_color": "#0a4a6e",
  "lang": "fr",
  "categories": [
    "sports",
    "navigation",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Rechercher un lac",
      "short_name": "Recherche",
      "description": "Rechercher un plan d'eau québécois",
      "url": "/index.html?shortcut=search",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mes spots",
      "short_name": "Spots",
      "description": "Voir mes spots de pêche",
      "url": "/index.html?shortcut=spots",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Simulation GPS",
      "short_name": "Sim GPS",
      "description": "Tester la profondeur avec la simulation",
      "url": "/index.html?shortcut=sim",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "geo",
      "url": "/index.html?geo=%s"
    }
  ]
}