Let's Chat Notifier

Let's Chat Notifier

The extention notifiy of let's chat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Let's Chat Notifier",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "The extention notifiy of let's chat.",
  "options_page": "html/options.html",
  "background": {
    "scripts": [
      "js/jquery-2.1.4.min.js",
      "js/storage.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Let's Chat Notifier"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}