Steve Harvey Reactions

Steve Harvey Reactions

The next time you react on facebook, Steve Harvey reacts with you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Steve Harvey Reactions",
  "short_name": "Steve Harvey Reactions",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "The next time you react on facebook, Steve Harvey reacts with you!",
  "homepage_url": "https://reactyourway.com",
  "default_locale": "en",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "*://*.facebook.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "css": [
        "content_script/replace-reactions.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*.png"
  ]
}