{
  "name": "PortableWeb",
  "short_name": "PWeb",
  "description": "Open, view, pack, and validate .pweb interactive document bundles.",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#0f0f1a",
  "theme_color": "#0f0f1a",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/app/",
      "accept": {
        "application/vnd.portableweb+zip": [".pweb"]
      }
    }
  ],
  "share_target": {
    "action": "/app/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["application/vnd.portableweb+zip", ".pweb"]
        }
      ]
    }
  },
  "categories": ["productivity", "utilities"],
  "screenshots": []
}
