{
  "name": "Boutique Torodo",
  "short_name": "Torodo",
  "description": "Votre boutique en ligne pour produits tech et luxe",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-torodo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-torodo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "ecommerce"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Produits",
      "short_name": "Produits",
      "description": "Voir tous les produits",
      "url": "/produits",
      "icons": [{ "src": "/favicon-torodo.svg", "sizes": "any" }]
    },
    {
      "name": "Panier",
      "short_name": "Panier",
      "description": "Voir mon panier",
      "url": "/panier",
      "icons": [{ "src": "/favicon-torodo.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/partager",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

