Litecoin Tab - Markets on every new tab!

Litecoin Tab - Markets on every new tab!

Realtime Litecoin dashboard delivering streaming price, news, social posts, and code checkins on every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Litecoin Tab - Markets on every new tab!",
  "short_name": "Litecoin Tab",
  "version": "1.0.0",
  "description": "Realtime Litecoin dashboard delivering streaming price, news, social posts, and code checkins on every new tab.",
  "default_locale": "en",
  "icons": {
    "16": "img/img_16.png",
    "32": "img/img_32.png",
    "48": "img/img_48.png",
    "128": "img/img_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "browser_action": {
    "default_title": "Litecoin Tab"
  },
  "permissions": [
    "activeTab",
    "https://blockmodo.com/*"
  ]
}