YEE Extension

YEE Extension

When you click the button it goes YEE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YEE Extension",
  "description": "When you click the button it goes YEE!",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "yee.html"
  },
  "permissions": [
    "activeTab"
  ]
}