{
  "name": "Ultima Labs - Research Peptides",
  "short_name": "Ultima Labs",
  "description": "Australia's trusted source for premium, independently tested research grade peptides",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1419",
  "theme_color": "#5eb6ff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": ["business", "health", "science"],
  "lang": "en-AU",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Products",
      "short_name": "Products",
      "description": "View our research peptides",
      "url": "/products",
      "icons": [
        {
          "src": "/static/images/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with us",
      "url": "/contact",
      "icons": [
        {
          "src": "/static/images/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}