Triggered

Triggered

Always be triggered.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Triggered",
  "description": "Always be triggered.",
  "version": "0.1",
  "author": "Premysl Karbula",
  "homepage_url": "https://github.com/smuuf",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "main.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_128.png",
    "128": "icon_512.png"
  }
}