{
  "name": "RA Bill Manager",
  "short_name": "RA Bill Manager",
  "description": "Professional contractor invoice and RA bill management system for construction contractors",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#f59e0b",
  "background_color": "#0d1117",
  "categories": ["business", "finance", "productivity"],
  "screenshots": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Work Order",
      "short_name": "New WO",
      "url": "./?action=new-wo",
      "description": "Create a new work order",
      "icons": []
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "./",
      "description": "View the dashboard",
      "icons": []
    }
  ]
}
