{
  "name": "GST Invoice Manager",
  "short_name": "GST Invoice",
  "description": "Professional GST Invoice Management System",
  "start_url": "/user/dashboard.php",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "New Invoice",
      "description": "Create a new GST invoice",
      "url": "/user/create-invoice.php",
      "icons": [{ "src": "/assets/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Invoices",
      "short_name": "Invoices",
      "description": "View all invoices",
      "url": "/user/invoices.php",
      "icons": [{ "src": "/assets/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View GST reports",
      "url": "/user/reports.php",
      "icons": [{ "src": "/assets/images/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "categories": ["finance", "business", "productivity"],
  "lang": "en-IN"
}
