{
  "id": "/townly-stg",
  "name": "連絡網アプリ(stg)",
  "short_name": "連絡網stg",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "gcm_sender_id": "103953800507",
  "theme_color": "#f99f00",
  "icons": [
    {
      "src": "/ladybug.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/ladybug.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "capture_links": [
    "existing-client-navigate"
  ],
  "protocol_handlers": [
    {
      "protocol": "web+townly",
      "url": "/protocol-handler?url=%s"
    }
  ]
}