Snake Game

Snake Game

First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Snake Game",
  "version": "3.2",
  "manifest_version": 3,
  "description": "First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.",
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://snake-game-app.blogspot.com/*"
  ],
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "app.html"
  }
}