SpamTools

SpamTools

SpamTools is a leading platform of providing spamtools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SpamTools",
  "description": "SpamTools is a leading platform of providing spamtools.",
  "action": {
    "default_icon": {
      "48": "imgs/new.png"
    },
    "icons": {
      "32": "imgs/new.png"
    },
    "default_title": "SpamTools",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/main.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.2"
}