Diablo III Server Status

Diablo III Server Status

Show and notify the status of the server of Diablo III

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Diablo III Server Status",
  "version": "0.91",
  "manifest_version": 2,
  "description": "Show and notify the status of the server of Diablo III",
  "homepage_url": "https://github.com/Aphix-Labs/Diablo-Chrome-Extension",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "js/jquery-1.8.3.min.js",
      "src/bg/background.js"
    ]
  },
  "options_page": "src/options/index.html",
  "browser_action": {
    "default_icon": "icons/icondiablo3.png",
    "default_title": "Diablo III Server Status",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "http://eu.battle.net/d3/*",
    "http://us.battle.net/d3/*",
    "http://kr.battle.net/d3/*",
    "http://tw.battle.net/d3/*",
    "notifications"
  ],
  "web_accessible_resources": [
    "icons/icondiablo3.png"
  ]
}