Nokia Snake Game

Nokia Snake Game

Enjoy with the naughty snake game

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nokia Snake Game",
  "version": "1.0",
  "description": "Enjoy with the naughty snake game",
  "action": {
    "default_icon": {
      "16": "/images/snake.png",
      "128": "/images/snake128.png"
    },
    "default_popup": "popup.html"
  }
}