{
  "short_name": "Phoenix",
  "name": "Phoenix Headdress – Custom Fantasy Headpieces",
  "icons": [
    {
      "src": "./favicon/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./favicon/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./favicon/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#3f1c2f",
  "background_color": "#ffffff",
  "description": "Phoenix Headdress creates bespoke, hand-crafted feather headdresses that embody fantasy, creativity, and individuality.",
  "scope": "/",
  "orientation": "portrait-primary",
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en-GB",
  "categories": [
    "art",
    "fashion",
    "design",
    "handcrafted",
    "costume"
  ],
  "shortcuts": [
    {
      "name": "About Phoenix",
      "short_name": "About",
      "description": "Learn about the artist and her creative process.",
      "url": "/about",
      "icons": [
        {
          "src": "shortcut-about.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Commission a Piece",
      "short_name": "Commission",
      "description": "Start a custom headdress inquiry.",
      "url": "/contact",
      "icons": [
        {
          "src": "shortcut-contact.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "Browse past creations and works of wearable art.",
      "url": "/gallery",
      "icons": [
        {
          "src": "shortcut-gallery.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Page Screenshot"
    },
    {
      "src": "screenshot-gallery.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Gallery Page Screenshot"
    }
  ]
}
