{
  "name": "MyFavsMap",
  "short_name": "MyFavsMap",
  "description": "Tes favoris de voyage sur une carte interactive",
  "start_url": "/?utm_source=pwa",
  "id": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#2c3360",
  "theme_color": "#7c6af7",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "maps", "lifestyle"],
  "lang": "fr",
  "dir": "ltr",
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
