Twinkledot Tab Notifier

Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "Twinkledot Tab Notifier",
  "description": "__MSG_app_desc__",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "chrome://*/*"
  ],
  "version": "0.0.2",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}