Black Hole Trump

Black Hole Trump

Wash away the reign (of Trump)!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "libs/jquery-3.1.1.min.js",
        "libs/jquery.mark.min.js",
        "js/main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Wash away the reign (of Trump)!",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Black Hole Trump",
  "permissions": [],
  "short_name": "Black Hole Trump",
  "version": "0.0.9",
  "web_accessible_resources": [
    "audio/black-hole-sun.mp3"
  ]
}