You are Epic

You are Epic

You, my friend, are EPIC!

Merlin
Additional files are visible only to premium users

manifest.json


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