Examine source code of NMFC Code Lookup

Inspect and view changes in NMFC Code Lookup source codes across current and past versions
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": "NMFC Code Lookup",
  "version": "1.0",
  "description": "A tool for searching NMFC, XPO, and FBA data.",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4ecf7a2-b9b5-4da2-bcb6-3e0e9f08740d}"
    }
  }
}