{
  "short_name": "Bountly",
  "name": "Bountly Marketplace - Rent Equipment & Tools in Canada",
  "description": "Canada's trusted rental marketplace for equipment, tools, furniture, camping gear, and electronics with secure transactions and verified users.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#16a34a",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["shopping", "utilities", "business"],
  "lang": "en-CA",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Browse Rentals",
      "short_name": "Browse",
      "description": "Browse available rental items",
      "url": "/browse-listings",
      "icons": [
        {
          "src": "/assets/images/browse-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Post Item",
      "short_name": "Post",
      "description": "Post an item for rent",
      "url": "/post-item",
      "icons": [
        {
          "src": "/assets/images/post-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Manage your account",
      "url": "/account-management",
      "icons": [
        {
          "src": "/assets/images/account-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}