Munzee Fix

Munzee Fix

Helps to batch transport Munzee codes to The Skin Machine and extends clan stats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Munzee Fix",
  "version": "0.14.10.6",
  "description": "Helps to batch transport Munzee codes to The Skin Machine and extends clan stats.",
  "short_name": "Munzee Fix",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "Takacs, Zsolt",
  "permissions": [
    "tabs",
    "http://www.munzee.com/*"
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "http://www.munzee.com/*"
      ]
    }
  ]
}