Examine source code of Snipd

Inspect and view changes in Snipd 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
{
  "description": " Organize research from websites & PDFs. Categorize highlights, images, links, notes",
  "manifest_version": 3,
  "name": "Snipd",
  "version": "0.0.0.3",
  "homepage_url": "https://github.com/PDFilez/snipd",
  "icons": {
    "48": "images/snipdLogo8.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "scripting",
    "storage",
    "sidePanel"
  ],
  "host_permissions": [
    "file:///*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "index.js"
  },
  "action": {
    "default_title": "Click to open panel"
  },
  "options_ui": {
    "page": "notes_page/index.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "popup/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}