tickertape MMI

tickertape MMI

tickertape Market Mood Index

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ratan Kumar",
  "browser_action": {
    "default_icon": {
      "19": "icons/tickertape_16.png",
      "38": "icons/tickertape_38.png"
    },
    "default_title": "tickertape MMI"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "description": "tickertape Market Mood Index",
  "manifest_version": 2,
  "name": "tickertape MMI",
  "icons": {
    "16": "icons/tickertape_16.png",
    "48": "icons/tickertape_48.png",
    "128": "icons/tickertape_128.png"
  },
  "permissions": [
    "alarms",
    "tabs",
    "*://api.tickertape.in/"
  ],
  "version": "1.0.3"
}