{
  "name": "HomeGround",
  "short_name": "HomeGround",
  "description": "Ontario tenant advocacy platform. Your home. Your voice. Your move.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#E63946",
  "background_color": "#FAF7F2",
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "icons/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "icons/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send a Letter",
      "short_name": "Send Letter",
      "description": "Quickly start composing a letter to your elected representatives",
      "url": "/?action=send-letter",
      "icons": [
        {
          "src": "icons/send-letter.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Alerts",
      "short_name": "Alerts",
      "description": "View your keyword alerts and action items",
      "url": "/?action=alerts",
      "icons": [
        {
          "src": "icons/alerts.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Know Your Rights",
      "short_name": "Rights",
      "description": "Tenant rights and legal guides",
      "url": "/?action=rights",
      "icons": [
        {
          "src": "icons/rights.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+homeground",
      "url": "/?issue=%s"
    }
  ]
}
