{
  "short_name": "Gsp",
  "display_override": ["window-controls-overlay"],
  "orientation": "portrait",
  "description": "An application for the Girl Child Program.",
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "640x480",
      "type": "image/png"
    },
    {
      "src": "/screenshots/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+gsp",
      "url": "/?gsp=%s"
    }
  ],
  "name": "Girl Child Program",
  "icons": [
    {
      "src": "/icons/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "theme_color": "#f0dcf2",
  "background_color": "#fbf7e6",
  "display": "standalone"
}
