Neptunes Pride Battle Calculator

Neptunes Pride Battle Calculator

This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Neptunes Pride Battle Calculator",
  "description": "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.",
  "version": "0.2",
  "homepage_url": "http://np.ironhelmet.com/",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "np16.png",
    "48": "np48.png",
    "128": "np128.png"
  }
}