Examine source code of LSD - Link Sharer for Discord

Inspect and view changes in LSD - Link Sharer for Discord 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": "Link Sharer for Discord",
  "description": "Share links to Discord webhooks",
  "version": "0.0.3resigned1",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ea2e405-e505-4ce8-8fa7-57ccff3894fb}"
    }
  }
}