Snek Tab

Snek Tab

Enjoy the original game right in your new tab!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Enjoy the original game right in your new tab!",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Snek Tab",
  "offline_enabled": true,
  "version": "1.0.0",
  "host_permissions": [
    "*://*.snektab.com/*"
  ]
}