Crushit

Crushit

A notification extension for sabotage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crushit",
  "description": "A notification extension for sabotage",
  "version": "0.87",
  "permissions": [
    "https://po-qa-sabotage.moneydesktop.com/",
    "https://sabotage.internal.mx/",
    "tabs",
    "notifications",
    "webNavigation",
    "storage"
  ],
  "icons": {},
  "background": {
    "scripts": [
      "assets/js/jquery-3.1.0.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/js/jquery-3.1.0.min.js",
        "crushit.js"
      ],
      "matches": [
        "https://sabotage.internal.mx/"
      ]
    }
  ]
}