{
  "id": "/",
  "name": "Hydroscape Monitoring Portal",
  "short_name": "Hydroscape",
  "description": "Report cormorant sightings, wildlife, and water quality observations across the UK. Contribute to the largest open freshwater ecology dataset. Free, no login required.",
  "start_url": "./index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#A9B93C",
  "orientation": "any",
  "lang": "en-GB",
  "categories": ["education", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/1-dashboard-stats.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "National cormorant monitoring dashboard — 59,627 sightings, 10,057 verified reports"
    },
    {
      "src": "screenshots/2-uk-cluster-map.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "UK-wide sightings map with activity breakdown"
    },
    {
      "src": "screenshots/3-home.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home — record cormorant, biodiversity and water quality observations"
    },
    {
      "src": "screenshots/4-hydrovision-ai.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HydroVision AI — automatic species identification from photos"
    },
    {
      "src": "screenshots/5-cormorant-form.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cormorant report form with GPS, what3words and activity selectors"
    },
    {
      "src": "screenshots/6-kingfisher-card.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HydroLibrary — 505-species UK ecological reference"
    },
    {
      "src": "screenshots/7-myhydroscape-badges.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MyHydroscape personal dashboard with badges and progress tracking"
    },
    {
      "src": "screenshots/8-position-paper.png",
      "sizes": "1080x2404",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Evidence-led articles and position papers on UK conservation policy"
    }
  ],
  "shortcuts": [
    {
      "name": "Report cormorant sighting",
      "short_name": "Cormorant",
      "description": "Quick access to the cormorant sighting form",
      "url": "/cormorant.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Report wildlife",
      "short_name": "Wildlife",
      "description": "Quick access to the biodiversity form",
      "url": "/wildlife.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Water quality",
      "short_name": "Water",
      "description": "Quick access to water quality reporting",
      "url": "/water_quality.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live data map",
      "short_name": "Dashboard",
      "description": "View the national sightings dashboard",
      "url": "/public_dashboard.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}