Examine source code of tabSidian

Inspect and view changes in tabSidian 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": 3,
  "name": "tabSidian",
  "version": "1.7",
  "description": "A browser extension to summarize open tabs into Obsidian markdown files.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon48.png",
    "default_title": "tabSidian"
  },
  "permissions": [
    "tabs",
    "storage",
    "downloads"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}