{
  "name": "Adostrophe",
  "short_name": "Adostrophe",
  "description": "Adostrophe creates data-rich 3D virtual tours and digital twins for real estate, hospitality, and AEC industries.",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#3A6A94",
  "background_color": "#ffffff",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "any",
  "categories": ["business", "multimedia", "design", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage showcasing Matterport services"
    },
    {
      "src": "/screenshots/screenshot-desktop-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Exploring a 3D virtual tour project"
    },
    {
      "src": "/screenshots/screenshot-mobile-1.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of the homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "View all our digital services",
      "url": "/services",
      "icons": [{ "src": "/icons/services-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Our Projects",
      "short_name": "Projects",
      "description": "Explore our portfolio of Matterport projects",
      "url": "/matterport-projects",
      "icons": [{ "src": "/icons/projects-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch for a consultation",
      "url": "/contact",
      "icons": [{ "src": "/icons/contact-96.png", "sizes": "96x96" }]
    }
  ]
}