{
  "id": "com.ruppykhata.ios",
  "name": "Ruppy Khata",
  "short_name": "Ruppy Khata",
  "description": "Your trusted billing companion. Manage bills, clients, and payments with ease.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#D4AF37",
  "categories": ["finance", "business", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "scope": "/",
  "handle_links": "auto",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard - Mobile"
    },
    {
      "src": "/screenshots/login.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Login - Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Bill",
      "short_name": "Add Bill",
      "description": "Create a new bill quickly",
      "url": "/bills/create",
      "icons": [{ "src": "/icons/shortcut-add.png", "sizes": "96x96" }]
    },
    {
      "name": "Client List",
      "short_name": "Clients",
      "description": "View all your clients",
      "url": "/clients",
      "icons": [{ "src": "/icons/shortcut-clients.png", "sizes": "96x96" }]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View transaction history",
      "url": "/history",
      "icons": [{ "src": "/icons/shortcut-history.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/ruppy-khata/id000000000"
    }
  ],
  "prefer_related_applications": false
}