{
  "name": "Smart Bill Reminder",
  "short_name": "SmartBill",
  "description": "Never miss a bill payment again. Organize bills with OCR offline scanning, premium reports, daily payments tracking, and achievements system. Free Android app with local data storage.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/promo/home-bills-en.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Home — never miss a due date"
    },
    {
      "src": "/images/promo/warranty-track-en.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Warranty and return tracking"
    },
    {
      "src": "/images/promo/subscription-audit-en.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Subscription audit"
    },
    {
      "src": "/images/promo/add-bill-en.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Add a bill in seconds"
    },
    {
      "src": "/images/promo/home-themes-en.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Dark and light themes"
    },
    {
      "src": "/images/promo/tablet-home-en.webp",
      "sizes": "1200x1015",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Tablet home — phone & tablet ready"
    },
    {
      "src": "/images/promo/tablet-audit-en.webp",
      "sizes": "1200x1007",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Tablet subscription audit"
    },
    {
      "src": "/images/promo/tablet-themes-en.webp",
      "sizes": "1200x1333",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Tablet dark & light themes"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.smartappsfactory.smartbillreminder",
      "id": "com.smartappsfactory.smartbillreminder"
    }
  ],
  "prefer_related_applications": true,
  "shortcuts": [
    {
      "name": "Add Bill",
      "short_name": "Add",
      "description": "Add a new bill reminder",
      "url": "/?action=add",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Bills",
      "short_name": "Bills",
      "description": "View all your bills",
      "url": "/?action=view",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    }
  ]
}
