deArchive

deArchive

Remove the Archive button from Yahoo Mail, and put the Delete button back where it used to be.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "deArchive",
  "description": "Remove the Archive button from Yahoo Mail, and put the Delete button back where it used to be.",
  "version": "1.0.1",
  "short_name": "Remove the Archive button from Yahoo Mail",
  "homepage_url": "http://tech-in-check.blogspot.com/2016/03/yahoo-mail-archive-button-removal.html",
  "icons": {
    "16": "deArchive_icon16.png",
    "48": "deArchive_icon48.png",
    "128": "deArchive_icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "deArchive_icon19.png",
      "38": "deArchive_icon38.png"
    },
    "default_title": "deArchive"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "*://*.mail.yahoo.com/*",
    "webNavigation"
  ]
}