{
  "name": "AL Creative Studios",
  "short_name": "AL Studios",
  "description": "Culture-first creative house crafting street-level branding and digital experiences.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "design", "marketing"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with AL Creative Studios",
      "url": "/contact",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Our Work",
      "short_name": "Portfolio",
      "description": "View our creative portfolio",
      "url": "/reel",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}