{
  "name": "Invoice Home Clone",
  "short_name": "InvHome",
  "description": "Professional Mobile Invoicing & Receipt Generator. Create, send and track invoices on the go.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D2B52",
  "theme_color": "#0D2B52",
  "orientation": "portrait",
  "categories": ["business", "finance", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2666/2666505.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2666/2666505.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2666/2666505.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1080&h=1920&fit=crop",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Professional Invoice Creation"
    },
    {
      "src": "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1920&h=1080&fit=crop",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Detailed Revenue Analytics"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "New",
      "description": "Create a new invoice instantly",
      "url": "/",
      "icons": [{ "src": "https://cdn-icons-png.flaticon.com/512/2666/2666505.png", "sizes": "512x512" }]
    }
  ]
}
