snakeBreak Firefox

Examine source code of snakeBreak

Inspect and view changes in snakeBreak source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "snakeBreak",
  "description": "The classical Snake game, playable on top of (most) website interfaces with a click of the button",
  "version": "1.0",
  "action": {
    "default_title": "snakeBreak"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@ojhaugen15-2",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best snakeBreak Alternatives

Here are some Firefox add-ons that are similar to snakeBreak: