{
  "short_name": "adacraft",
  "name": "adacraft",
  "description": "adacraft is a mod/fork of Scratch 3 with new blocks, new features, and new creative possibilities. It is based on Tubowarp another great mod of Scratch 3.",
  "icons": [
    {
      "src": "images/192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "images/512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "file_handlers": [
    {
      "action": "/editor.html",
      "name": "Scratch 3 Project",
      "accept": {
        "application/x.scratch.sb3": [".sb3"]
      },
      "icons": [
        {
          "src": "images/512.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "start_url": "editor",
  "background_color": "#4c97ff",
  "display": "standalone",
  "theme_color": "#4c97ff"
}