{
  "name": "RPM ERP Lite — Invoicing",
  "short_name": "RPM ERP",
  "description": "Modern, sleek native-feeling invoicing and business management app",
  "start_url": "./app/landing.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "../public/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "../public/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../public/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new sales invoice",
      "url": "./app/landing.html?page=invoice",
      "icons": [{ "src": "../public/icon.svg", "sizes": "any" }]
    },
    {
      "name": "New Customer",
      "short_name": "Customer",
      "description": "Add a new customer",
      "url": "./app/landing.html?page=customer",
      "icons": [{ "src": "../public/icon.svg", "sizes": "any" }]
    }
  ]
}
