Gaming Tabi.nterface

Gaming Tabi.nterface

To immerse yourself in the atmosphere of the gameplay, change the appearance of your browser tabs. To do this, install our…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gaming Tabi.nterface",
  "version": "0.0.1",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://* http://* http://localhost:* data: blob: filesystem:;"
  }
}