Snipd

Snipd

Organize research from websites & PDFs. Categorize highlights, images, links, notes

Merlin
Additional files are visible only to premium users

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"
}