EOS KIT

EOS KIT

EOS holders must need this extension, you will never miss out on any big events!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EOS KIT",
  "short_name": "EOS KIT",
  "version": "1.0.14",
  "description": "EOS holders must need this extension, you will never miss out on any big events!",
  "author": "MEET.ONE TEAM",
  "manifest_version": 2,
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon-48x48.png",
    "96": "icons/favicon-96x96.png",
    "128": "icons/favicon-128x128.png",
    "192": "icons/favicon-192x192.png"
  },
  "homepage_url": "https://meet.one",
  "permissions": [
    "*://*.ethte.com/",
    "*://*.meet.one/",
    "cookies"
  ],
  "browser_action": {
    "default_title": "MEET.ONE EOS KIT",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "persistent": false,
    "page": "pages/background.html"
  },
  "chrome_url_overrides": {
    "newtab": "pages/redirect.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://localhost:8098; object-src 'self'"
}