{
  "name": "Noinz Matrix Inspector",
  "short_name": "Noinz Inspector",
  "description": "Algorithmic Structure & DNA Byte Reader",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#060913",
  "theme-color": "#060913",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2103/2103633.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "name": "Noinz File",
      "accept": {
        "application/x-noinz": [".noinz"]
      }
    }
  ]
}
