Examine source code of Paper to Notion

Inspect and view changes in Paper to Notion 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": "Paper to Notion",
  "description": "A Chrome extension that imports paper metadata from Crossref to Notion using a DOI.",
  "version": "0.1.8",
  "icons": {
    "16": "icon/16.png",
    "24": "icon/24.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.notion.com/*",
    "https://api.crossref.org/*"
  ],
  "action": {
    "default_title": "Paper to Notion",
    "default_popup": "popup.html"
  }
}