Examine source code of LogMe

Inspect and view changes in LogMe 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": "LogMe",
  "version": "1.0.0",
  "description": "This extension will show your detail history of your browser. In the option page, you can find the detailed browser history.",
  "options_page": "options.html",
  "icons": {
    "128": "Aspire_logo.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "notifications",
    "background"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}