Hungry Snake for Chrome

Hungry Snake for Chrome

OLD SCHOOL SNAKE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hungry Snake for Chrome",
  "description": "OLD SCHOOL SNAKE",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ],
    "match": [
      "<all>"
    ]
  },
  "icons": {
    "256": "icons8-s_cute.png"
  },
  "browser_action": {},
  "permissions": [
    "storage"
  ],
  "options_page": "index.html",
  "web_accessible_resources": [
    "index.html"
  ]
}