Snake Game - Play Free Online Games

Snake Game - Play Free Online Games

Free snake game to play online in your browser. Click to start game. Eat food, grow snake and don't run into yourself.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "64.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "64.png",
    "48": "64.png",
    "128": "64.png"
  },
  "content_scripts": [
    {
      "js": [
        "sRules.js"
      ],
      "all_frames": true,
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "declarativeNetRequest",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "option.html",
  "version": "1.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}