{
  "name": "MSI Tree - View & Edit MSI Databases",
  "short_name": "MSI Tree",
  "description": "View, edit, and analyze Windows Installer (.msi) database files. A modern, browser-based alternative to Microsoft Orca.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#10b981",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📦</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "developer tools", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "msi-tree-platphormnews",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Load Demo",
      "short_name": "Demo",
      "url": "/?demo=true",
      "description": "Load a sample MSI database for testing",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎮</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "API Docs",
      "short_name": "API",
      "url": "/api/docs",
      "description": "View OpenAPI documentation",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [".msi", "application/x-msi"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+msi",
      "url": "/?url=%s"
    }
  ]
}
