Play Vision Online Games New Tab

Play Vision Online Games New Tab

Try Hundreds of Fun Online Games: Action, Adventure, Arcade, Racing, Shooting, Puzzle, Sports, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Play Vision Online Games New Tab",
  "description": "Try Hundreds of Fun Online Games: Action, Adventure, Arcade, Racing, Shooting, Puzzle, Sports, and more.",
  "version": "3.0.13",
  "short_name": "Play Vision",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_title": "Play Vision Online Games New Tab"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.mystart.com/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mystart.com/*"
      ],
      "js": [
        "js/content-scripts/installed.js",
        "js/content-scripts/event-handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3
}