{
  "name": "NIESV - National Institute of Estate Surveyors and Valuers",
  "short_name": "NIESV",
  "description": "Official app for the National Institute of Estate Surveyors and Valuers - Access news, events, properties, and member services",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#000028",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "professional"],
  "icons": [
    {
      "src": "assets/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "View the latest NIESV news and updates",
      "url": "/news/",
      "icons": [
        {
          "src": "assets/icons/news-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Upcoming Events",
      "short_name": "Events",
      "description": "Check upcoming NIESV events and activities",
      "url": "/events/",
      "icons": [
        {
          "src": "assets/icons/events-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "Browse available properties",
      "url": "/properties/",
      "icons": [
        {
          "src": "assets/icons/properties-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Member Dashboard",
      "short_name": "Dashboard",
      "description": "Access your member dashboard",
      "url": "/property-dashboard/",
      "icons": [
        {
          "src": "assets/icons/dashboard-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NIESV Desktop View"
    },
    {
      "src": "assets/screenshots/mobile-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NIESV Mobile View"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
