{
  "name": "WorkSuite",
  "short_name": "WorkSuite",
  "description": "WorkSuite — AI-native office suite. Docs, Sheets, Slides, PDF & Markdown in one place.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "theme_color": "#0f0f23",
  "background_color": "#0f0f23",
  "lang": "en",
  "scope": "/",
  "id": "net.orchive.pencilframe-worksuite",
  "categories": ["productivity", "utilities", "business"],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "file_handlers": [
    {
      "action": "/open",
      "accept": {
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "application/pdf": [".pdf"],
        "text/markdown": [".md", ".markdown"],
        "text/html": [".html", ".htm"]
      }
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": [
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "application/pdf",
            "text/markdown",
            "text/html"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+worksuite",
      "url": "/open?url=%s"
    }
  ]
}
