Are You Crazy?

Are You Crazy?

You are crazy. You are out of your mind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Are You Crazy?",
  "description": "You are crazy. You are out of your mind.",
  "version": "1.0",
  "browser_action": {
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}