NWP Calculator

NWP calculator chrome extension
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "NWP Calculator",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "description": "NWP calculator chrome extension",
  "browser_action": {
    "default_icon": "19-tiny.png",
    "default_title": "NWP Calculator",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}