Better Gmail Unsubscribe

Better Gmail Unsubscribe

Adds an unsubscribe link for when Gmail doesn't offer one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Better Gmail Unsubscribe",
  "version": "1.1.0",
  "description": "Adds an unsubscribe link for when Gmail doesn't offer one",
  "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one",
  "permissions": [
    "tabs",
    "https://mail.google.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  }
}