Get Full Text Research (GetFTR)

Get Full Text Research (GetFTR)

Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.bdf249cb.png",
    "32": "icon32.plasmo.05bb7f90.png",
    "48": "icon48.plasmo.a32f0d4b.png",
    "64": "icon64.plasmo.0ee4cf32.png",
    "128": "icon128.plasmo.be4ef7c1.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.bdf249cb.png",
      "32": "icon32.plasmo.05bb7f90.png",
      "48": "icon48.plasmo.a32f0d4b.png",
      "64": "icon64.plasmo.0ee4cf32.png",
      "128": "icon128.plasmo.be4ef7c1.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.2.0",
  "author": "GetFTR <getfulltextresearch.org>",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://getfulltextresearch.com",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "scripting",
    "activeTab",
    "declarativeContent"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://getfulltextresearch.com/.extension/entitlements"
      ],
      "js": [
        "entitlements.0d269647.js"
      ],
      "css": [
        "contents.2c43af9b.css",
        "tabs/onboarding.d9ecfbf3.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/favicon-*.png"
      ],
      "matches": [
        "https://getfulltextresearch.com/*"
      ]
    },
    {
      "matches": [
        "https://getfulltextresearch.com/*"
      ],
      "resources": [
        "OpenSans-Bold.c4289f7d.ttf"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}