{
  "name": "NewStar - Facturation & Gestion",
  "short_name": "NewStar",
  "description": "Application de gestion de ventes, stocks et finances multi-points de vente",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/ima/i1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ima/i2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ima/i3.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle facture",
      "short_name": "Facture",
      "url": "/facturation.php",
      "icons": [
        {
          "src": "/ima/i1.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Suivi du stock",
      "short_name": "Stock",
      "url": "/suivi_stock.php",
      "icons": [
        {
          "src": "/ima/i2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Rapport financier",
      "short_name": "Finance",
      "url": "/recet_dep.php",
      "icons": [
        {
          "src": "/ima/i3.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/ima/screenshot1.png",
      "sizes": "1024x768",
      "type": "image/png"
    },
    {
      "src": "/ima/screenshot2.png",
      "sizes": "1024x768",
      "type": "image/png"
    }
  ]
}
