{
  "name": "Cubic Move \u2014 Free Moving App",
  "short_name": "Cubic Move",
  "description": "Free moving app for UK homeowners. Track your house move live, manage your inventory, find removal companies and store all your documents in one place.",
  "start_url": "/customer?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#FFFFFF",
  "theme_color": "#FF6D00",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": [
    "lifestyle",
    "utilities",
    "productivity"
  ],
  "id": "cubic-move-app",
  "screenshots": [
    {
      "src": "/screenshots/move-tracker.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live move tracker \u2014 real-time status from your removal company"
    },
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your move dashboard with countdown"
    },
    {
      "src": "/screenshots/inventory.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Photo inventory \u2014 AI-powered item scanning"
    },
    {
      "src": "/screenshots/move-sheet.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Move Sheet \u2014 your complete move planner"
    },
    {
      "src": "/screenshots/find-company.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Find verified UK removal companies near you"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Moves",
      "short_name": "Moves",
      "url": "/customer/moves",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Inventory",
      "short_name": "Inventory",
      "url": "/customer/inventory",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Find Company",
      "short_name": "Find",
      "url": "/customer/find-company",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}