Blackship LITE

Blackship LITE

Read people's mind.

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_appName__",
  "short_name": "BS LITE",
  "author": " © Salvador Soft",
  "description": "__MSG_appDesc__",
  "default_locale": "fr",
  "version": "1.0.1.7",
  "icons": {
    "16": "img/BS16.png",
    "48": "img/BS48.png",
    "128": "img/BS128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/ufi/reaction/profile/browser/*"
      ],
      "js": [
        "js/declarereactions.js"
      ]
    },
    {
      "matches": [
        "*://www.facebook.com/*"
      ],
      "js": [
        "js/changecolor.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/BS16notrunning.png",
    "default_popup": "setup.html"
  },
  "permissions": [
    "cookies",
    "storage",
    "https://www.facebook.com/ufi/reaction/profile/browser/*",
    "tabs",
    "*://app.productdyno.com/api/*"
  ]
}