Neptune's Pride Agent

Neptune's Pride Agent

This extension extends the game at http://np.ironhelmet.com/ with useful hotkeys, reports, and a heads-up display of key game data to make decision making more correct and efficient.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Neptune's Pride Agent άλφα Edition",
  "version": "2.2.0",
  "description": "Enhance NP Triton UI with intel.",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "https://np.ironhelmet.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "user_scripts": {
    "api_script": "loadnpa.js"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{72f3934b-ead3-4134-8304-1a7086d16999}"
    }
  }
}