ScrollSnake Firefox

Examine source code of ScrollSnake

By: Baser
Inspect and view changes in ScrollSnake 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": 2,
  "name": "ScrollSnake",
  "version": "1.0.0",
  "description": "A mini snake game controlled by page scroll: scroll down = move forward, scroll up = change direction. Runs in a small overlay.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "scrollsnake@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best ScrollSnake Alternatives

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