The Grambos-ifier

The Grambos-ifier

Ah, there you are. Now the thing about the joke, the male and female thing earlier, that's often a joke that if you call a male a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Grambos-ifier",
  "icons": {
    "16": "popup.png",
    "48": "popup.png",
    "128": "popup.png"
  },
  "version": "1.1",
  "browser_action": {
    "default_icon": "popup.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ]
}