Dont Support Trump Supporters

Dont Support Trump Supporters

Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dont Support Trump Supporters",
  "description": "Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.",
  "version": "1.0.7",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "background.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "imgs/trump.jpg",
    "trump-data.json"
  ],
  "browser_action": {
    "default_icon": {
      "16": "imgs/icon16.png",
      "24": "imgs/icon24.png",
      "32": "imgs/icon32.png"
    }
  },
  "icons": {
    "16": "imgs/icon16.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  }
}