{
  "id": "/MAT/",
  "name": "MAT — The Excel of the Future",
  "short_name": "MAT",
  "description": "Futuristic spreadsheet editor by Zigmoon. Opens .xls / .xlsx / .csv, native .mat format, AI assistant, IPFS backup, offline-first PWA.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/mat-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/mat-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/mat-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/mat-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/mat-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "categories": ["productivity", "business", "utilities"],
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 520 },
  "shortcuts": [
    {
      "name": "New workbook",
      "short_name": "New",
      "description": "Start a blank spreadsheet",
      "url": "./?action=new",
      "icons": [{ "src": "icons/mat-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open file",
      "short_name": "Open",
      "description": "Open a .xls / .xlsx / .csv / .mat file",
      "url": "./?action=open",
      "icons": [{ "src": "icons/mat-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Automation panel",
      "short_name": "Automation",
      "description": "Open the Automation side panel",
      "url": "./?action=auto",
      "icons": [{ "src": "icons/mat-192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "text/csv": [".csv"],
        "application/json": [".mat"]
      },
      "icons": [{ "src": "icons/mat-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": [
            ".xls", ".xlsx", ".csv", ".mat",
            "application/vnd.ms-excel",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "text/csv", "application/json"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    { "protocol": "web+mat", "url": "./?ipfs=%s" }
  ]
}
