{
  "short_name": "CalQuick",
  "name": "CalQuick | #1 FCommerce & ECommerce Solution for Sellers",
  "description": "Boost sales on Facebook & online stores with AI-powered inventory sync, automated orders, and real-time analytics.",
  "icons": [
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "app.calquick.twa",
  "start_url": "/login?source=pwa&utm_source=pwa",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "display_override": [
    "fullscreen",
    "browser",
    "window-controls-overlay"
  ],
  "display": "standalone",
  "orientation": "portrait-primary",
  "categories": [
    "business",
    "shopping",
    "finance"
  ],
  "screenshots": [
    {
      "src": "https://cloud.calquick.app/v2/api/files/upload/images/frontend.calquick.app_dashboardiPhone-SE-1-116685.webp",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Dashboard View"
    },
    {
      "src": "https://cloud.calquick.app/v2/api/files/upload/images/frontend.calquick.app_dashboardiPhone-SE-193115.webp",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Dashboard View"
    },
    {
      "src": "https://cloud.calquick.app/v2/api/files/upload/images/dashboard-light-750566.webp",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "Dashboard View"
    },
    {
      "src": "https://cloud.calquick.app/v2/api/files/upload/images/frontend.calquick.app_dashboard-2-148475.webp",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "Dashboard View"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your sales dashboard",
      "url": "/dashboard?source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Order",
      "short_name": "New Order",
      "description": "Create a new order",
      "url": "/orders/new?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/icons/new-order.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage your inventory",
      "url": "/inventory?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/icons/inventory.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "protocol_handlers": [
    {
      "protocol": "web+calquick",
      "url": "/?uri=%s"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.calquick.android",
      "id": "app.calquick.android"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}