Examine source code of Unfold Research

Inspect and view changes in Unfold Research 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,
  "version": "1.7.11",
  "name": "Unfold Research",
  "description": "A tool for linking academic research together",
  "author": "Dragan Okanovic <dragan@unfoldresearch.com>",
  "homepage_url": "https://unfoldresearch.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "{435bfe8a-0993-4825-a141-c30f924a92c8}"
    }
  },
  "icons": {
    "16": "logo_sm.png",
    "32": "logo_sm.png",
    "48": "logo_sm.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-root.js"
      ],
      "css": [
        "content-root.css"
      ],
      "run_at": "document_idle"
    }
  ]
}