Examine source code of LumaCore

Inspect and view changes in LumaCore 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LumaCore",
  "version": "1.0",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "assets/lumacore-128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "assets/lumacore-128.png"
  }
}