{
  "name": "REFRAME",
  "short_name": "REFRAME",
  "description": "REFRAME workspace",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "img/favicon_128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "img/favicon_180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/png", "image/jpeg", "image/gif", "image/webp", "image/svg+xml"]
        }
      ]
    }
  }
}
