{
  "id": "/?source=pwa-v8",
  "name": "The Strip - Application Membre",
  "short_name": "The Strip",
  "description": "Application membre The Strip - Messages et soirées",
  "start_url": "/carte.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/icon/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "categories": ["lifestyle", "social"],
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Voir mes messages",
      "url": "/messages.php",
      "icons": [{ "src": "/assets/icon/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Soirées",
      "short_name": "Soirées",
      "description": "Voir les soirées",
      "url": "/soirees.php",
      "icons": [{ "src": "/assets/icon/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/carte.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
