Auto close Spam Fighters page

Auto close Spam Fighters page

Automatically closes the Microsoft Spam Fighters confirmation screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Auto close Spam Fighters page",
  "version": "1.1",
  "author": "Jonathan Kay",
  "homepage_url": "https://jonathankay.com/r/spamfighters",
  "description": "Automatically closes the Microsoft Spam Fighters confirmation screen.",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "https://outlook.live.com/owa/SvmFeedback.aspx?*",
        "https://www.jonathankay.com/junkmail/SvmFeedback.aspx?*"
      ],
      "js": [
        "clickoncomplete.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}