Examine source code of Mindstone: Better learning habits

Inspect and view changes in Mindstone: Better learning habits 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
{
  "icons": {
    "16": "icon16.plasmo.0551f662.png",
    "32": "icon32.plasmo.e52a70c9.png",
    "48": "icon48.plasmo.326ea21c.png",
    "64": "icon64.plasmo.1668ff28.png",
    "128": "icon128.plasmo.6c366831.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.0551f662.png",
      "32": "icon32.plasmo.e52a70c9.png",
      "48": "icon48.plasmo.326ea21c.png",
      "64": "icon64.plasmo.1668ff28.png",
      "128": "icon128.plasmo.6c366831.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.12.1",
  "author": "Mindstone",
  "name": "Mindstone: Better learning habits",
  "description": "Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "devtools_page": "devtools.html",
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.dataplane.rs.mindstone.dev/*",
    "https://*.rs.mindstone.dev/*",
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.dataplane.rs.mindstone.dev/*",
      "https://*.rs.mindstone.dev/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}