Examine source code of Snake Game Green Fun

Inspect and view changes in Snake Game Green Fun source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Snake Game Green Fun",
  "version": "1.0",
  "description": "Snake Game Green Fun is a free game utility right on Firefox with simple and interesting gameplay for you.",
  "permissions": [],
  "browser_action": {
    "default_popup": "game.html",
    "default_icon": {
      "128": "images/snake-logo.png"
    }
  },
  "icons": {
    "128": "images/snake-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{75de3bad-8260-4a49-bd0b-b3eb65c03bfb}"
    }
  }
}