{
  "short_name": "Trendloom Invoice",
  "name": "TrendLoom Media India - Professional Invoice Management System",
  "description": "Create, manage, and send professional invoices with automated payment tracking, client management, and PDF generation. Streamline your billing process with TrendLoom Media India.",
  "icons": [
    {
      "src": "trendloom_official_app_icon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "trendloom_official_app_icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#8B4513",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "screenshots": [
    {
      "src": "trendloom_official_app_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Trendloom Invoice Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "New Invoice",
      "description": "Create a new invoice quickly",
      "url": "/create",
      "icons": [
        {
          "src": "trendloom_official_app_icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View invoice dashboard",
      "url": "/",
      "icons": [
        {
          "src": "trendloom_official_app_icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Client Management",
      "short_name": "Clients",
      "description": "Manage your clients",
      "url": "/clients",
      "icons": [
        {
          "src": "trendloom_official_app_icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
