Gimmie Some Ganja Button

Gimmie Some Ganja Button

Says 'Gimmie some Ganja!',

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gimmie Some Ganja Button",
  "version": "1.3",
  "description": "Says 'Gimmie some Ganja!',",
  "icons": {
    "128": "green-button-th.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "green-button-th.png",
      "38": "green-button-th.png"
    },
    "default_title": "Gimmie Some Ganja Button"
  },
  "author": "Graham Hough",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "background"
  ]
}