{
  "name": "Reshape",
  "short_name": "Reshape",
  "description": "View Reshape assets for any page",
  "start_url": "/pwa/",
  "scope": "/pwa/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#fab31f",
  "background_color": "#161616",
  "icons": [
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicons/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/pwa/share",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  }
}
