Crypto Tab

Crypto Tab

Crypto Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto Tab",
  "description": "Crypto Tab",
  "action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "32": "32.png",
    "150": "150.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 3,
  "permissions": [],
  "version": "2"
}