Examine source code of Navigation Log

Inspect and view changes in Navigation Log 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": "Navigation Log",
  "version": "0.7.0",
  "permissions": [
    "webNavigation",
    "tabs",
    "nativeMessaging",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "navigation_log@prekageo",
      "strict_min_version": "54.0"
    }
  }
}