Eve Soul

Eve Soul

Awesome character monitoring tool for Eve Online pilots.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "1.0.4",
  "icons": {
    "16": "shared/images/icon/16.png",
    "48": "shared/images/icon/48.png",
    "128": "shared/images/icon/128.png"
  },
  "browser_action": {
    "default_title": "__MSG_extDefaultTitle__",
    "default_icon": "shared/images/icon/16.png",
    "default_popup": "popup/popup.html"
  },
  "options_page": "options/options.html",
  "web_accessible_resources": [
    "/shared/images/skill-training.png"
  ],
  "background": {
    "scripts": [
      "shared/js/jquery-1.8.3.min.js",
      "shared/js/functions.js",
      "shared/js/date.format.js",
      "shared/js/eve.js",
      "background/background.js"
    ]
  },
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "https://api.eveonline.com/*"
  ]
}