{
  "name": "CharterIQ - Yacht Charter Management",
  "short_name": "CharterIQ",
  "description": "Professional yacht charter management system with profit calculations and booking management",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "charteriq-yacht-charter",
  "categories": ["business", "productivity", "travel"],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard view"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile search view"
    }
  ],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Create a new yacht booking",
      "url": "/bookings/new",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Yachts",
      "short_name": "Search",
      "description": "Search available yachts",
      "url": "/search",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Quote",
      "short_name": "Quote",
      "description": "Generate a new quote",
      "url": "/quotes/create",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b8-4d3e-86e7-7e3e2e3e3e3e",
  "related_applications": [],
  "features": [
    "Cross Platform",
    "Offline Capable",
    "Push Notifications",
    "Background Sync"
  ]
}