Give your meat a good ol' rub!

Give your meat a good ol' rub!

This is an extension for giving your meat and good old rub

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Give your meat a good ol' rub!",
  "description": "This is an extension for giving your meat and good old rub",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}