{
  "name": "City of Newport Portal",
  "short_name": "Newport",
  "description": "Municipal services portal for the City of Newport, Kentucky",
  "start_url": "/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F2F4F7",
  "theme_color": "#0B2240",
  "categories": ["government"],
  "icons": [
    {
      "src": "assets/img/city-logo.png",
      "sizes": "225x225",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "City Calendar",
      "url": "/dashboard.php?page=calendar"
    },
    {
      "name": "Active Incidents",
      "url": "/dashboard.php?page=incidents"
    },
    {
      "name": "Commissioner Meetings",
      "url": "/dashboard.php?page=meetings"
    }
  ]
}
