Need a Hand

Need a Hand

With a massive hand comes massive responsibility

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Need a Hand",
  "version": "1.2.1",
  "description": "With a massive hand comes massive responsibility",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "16": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Need a Hand"
  },
  "web_accessible_resources": [
    "lefthand.png",
    "righthand.png"
  ]
}