New Tab Snake AI

Replaces the default new tab page with an AI that plays Snake
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "New Tab Snake AI",
  "description": "Replaces the default new tab page with an AI that plays Snake",
  "version": "2.0.0",
  "manifest_version": 3,
  "icons": {
    "80": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "./assets/index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8394bc54-a49c-479f-9a78-596bd5d1543e}"
    }
  }
}