{
  "name": "Bloomina - Flower Delivery",
  "short_name": "Bloomina",
  "description": "Premium flower delivery service in Yerevan, Armenia",
  "start_url": "/",
  "url_handlers": [
    { "origin": "https://bloomina.am" },
    { "origin": "https://*.bloomina.am" }
  ],
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#db2777",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "hy",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "shortcuts": [
    {
      "name": "Place Order",
      "short_name": "Order",
      "description": "Place a new flower order",
      "url": "/?action=order",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact", 
      "description": "Call us for orders",
      "url": "tel:+37433433437",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text"
    }
  }
}