TOKEN LIVE: New Tab for Cryptocurrency

TOKEN LIVE: New Tab for Cryptocurrency

New tab for cryptocurrency news, prices & exchanges announcements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "TOKEN LIVE",
  "version": "0.3.9",
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "16": "icon/16x16.png",
    "48": "icon/48x48.png",
    "128": "icon/128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon/16x16.png",
      "48": "icon/48x48.png",
      "128": "icon/128x128.png"
    },
    "default_title": "__MSG_defaultTitle__"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com/; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": false,
  "homepage_url": "https://www.tokenlive.com/",
  "permissions": [
    "storage"
  ]
}