Doublespeak

Doublespeak

This extension replaces political doublespeak with plain English.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Doublespeak",
  "description": "This extension replaces political doublespeak with plain English.",
  "version": "0.2",
  "permissions": [
    "tabs",
    "http://*/*",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Modify doublespeak",
    "default_icon": {
      "19": "img/doublespeak19.png",
      "38": "img/doublespeak38.png",
      "128": "img/doublespeak128.png"
    }
  }
}