USD to NOK Converter

Converts USD to NOK.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "USD to NOK Converter",
  "version": "1.0",
  "description": "Converts USD to NOK.",
  "permissions": [
    "activeTab",
    "https://api.exchangerate-api.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a848218-d5d1-4fd2-8df2-416791e8b546}"
    }
  }
}