Scholarcy Browser Extension

Scholarcy Browser Extension

Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.0a6ac200.png",
    "32": "icon32.plasmo.3e5d7a9f.png",
    "48": "icon48.plasmo.917fd7b2.png",
    "64": "icon64.plasmo.a7e723ab.png",
    "128": "icon128.plasmo.f1dfb47c.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.0a6ac200.png",
      "32": "icon32.plasmo.3e5d7a9f.png",
      "48": "icon48.plasmo.917fd7b2.png",
      "64": "icon64.plasmo.a7e723ab.png",
      "128": "icon128.plasmo.f1dfb47c.png"
    },
    "default_popup": "popup.html"
  },
  "version": "5.0.3",
  "author": "Scholarcy",
  "name": "Scholarcy Browser Extension",
  "description": "Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.207d711f.js"
      ],
      "all_frames": false,
      "css": []
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+Y",
        "mac": "MacCtrl+Command+Y"
      }
    }
  },
  "host_permissions": [
    "https://*.scholarcy.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}