You're Awesome

You're Awesome

You, my friend, are AWESOME!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "name": "You're Awesome",
  "version": "1.0",
  "description": "You, my friend, are AWESOME!!",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "html/popup.html",
    "default_title": "You are Awesome!"
  },
  "options_page": "html/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}