{
  "name": "Vancouver Island Life",
  "short_name": "VI Life",
  "description": "Community Hub for Rentals, News & Island Living on Vancouver Island",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "travel", "real-estate", "social"],
  "lang": "en-CA",
  "dir": "ltr",
  "scope": "./",
  "icons": [
    {
      "src": "logonotext.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logonotext.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Rentals",
      "short_name": "Rentals",
      "description": "Find rental properties on Vancouver Island",
      "url": "./rentals.php",
      "icons": [{"src": "logonotext.png", "sizes": "96x96"}]
    },
    {
      "name": "Island News",
      "short_name": "News", 
      "description": "Latest Vancouver Island news and updates",
      "url": "./news.php",
      "icons": [{"src": "logonotext.png", "sizes": "96x96"}]
    },
    {
      "name": "Connect",
      "short_name": "Connect",
      "description": "Connect with fellow islanders",
      "url": "./connect.php", 
      "icons": [{"src": "logonotext.png", "sizes": "96x96"}]
    }
  ]
}