Dota 2 Item Quiz

Dota 2 Item Quiz

Dota 2 Item Quiz - Shopkeeper's Quiz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_title": "Dota 2 Item Quiz",
    "default_popup": "itemQuiz.html"
  },
  "name": "Dota 2 Item Quiz",
  "description": "Dota 2 Item Quiz - Shopkeeper's Quiz",
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "*"
  ],
  "version": "0.4",
  "manifest_version": 2
}