Glasp Web Highlighter - PDF & Web Highlights

Glasp Web Highlighter - PDF & Web Highlights

Web Highlighter for PDF and Websites. Free and easy to use. Highlight and annotate PDF, websites, and YouTube videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Glasp Web Highlighter - PDF & Web Highlights",
  "description": "Web Highlighter for PDF and Websites. Free and easy to use. Highlight and annotate PDF, websites, and YouTube videos.",
  "version": "1.1.11",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "48": "images/48.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.google.com/*",
        "*://driven-current-285910.firebaseapp.com/*",
        "*://*.google.co.jp/*",
        "*://*.notion.so/*",
        "*://*.slack.com/*",
        "*://*.office.com/*",
        "*://*.live.com/*",
        "*://*.yahoo.com/*",
        "*://*.typeform.com/*",
        "*://feedly.com/*",
        "*://getpocket.com/*",
        "*://*.whatsapp.com/*",
        "*://*.firebase.google.com/*",
        "*://glasp.co/#/*",
        "*://review.firstround.com/*",
        "*://glasp.co/home",
        "*://glasp.co/home/*",
        "*://www.glasp.co/home",
        "*://www.facebook.com/*",
        "*://www.instagram.com/*",
        "*://twitter.com/intent",
        "*://twitter.com/messages",
        "*://twitter.com/settings",
        "*://www.linkedin.com/feed/",
        "*://analytics.amplitude.com/*",
        "*://online.citi.com/*",
        "*://www.chase.com/*",
        "*://www.bankofamerica.com/*",
        "*://*.paypal.com/*",
        "*://*.intuit.com/*",
        "*://*.docusign.com/*",
        "*://connect.secure.wellsfargo.com/*",
        "*://www.pornhub.com/*",
        "*://xhamster.com/*",
        "*://www.redtube.com/*",
        "*://www.youporn.com/*",
        "*://beeg.com/*",
        "*://smutr.com/*",
        "*://pornone.com/*",
        "*://www.tube8.com/*",
        "*://www.xvideos.com/*",
        "*://www.xnxx.com/*",
        "*://www.creditkarma.com/*",
        "*://sso2.opower.com/*",
        "*://pornpen.ai/*",
        "*://*.pussyspace.com/*",
        "*://u9a9.com/*",
        "*://spankbang.com/*",
        "*://*.meijutt.tv/*",
        "*://movie.douban.com/*",
        "*://*.douyin.com/*",
        "*://everia.club/*",
        "*://asianssex.com/*",
        "*://s1.kav.so/*",
        "*://btdig.com/*",
        "*://mat6tube.com/*",
        "*://xhamster18.desi/*",
        "*://fap.bar/*",
        "*://www.messenger.com/*",
        "*://webmail.sweb.ru/*"
      ],
      "js": [
        "iframe/iframe-index.bundle.js"
      ],
      "css": [
        "css/tooltip.css",
        "css/yt_summary.css"
      ],
      "all_frames": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsZCyG0z/e6hu7LSsdR87Xg8biNca4P3iAmk8LlLjHAhc0cGIBkoZrPdnZZdxjFpL2awOF1rkKSdNRTB0xBX9cBILPsK/dSxWx5QsjSxtlEIu/H2TokeGV7zee9WWWtBTdaTiMchpy9SGfb4fA8AG157gu3+seH7mupHRmMSA1GNEgyBPHd3PIjSNWz1q9fcOLAJIkPB96d5ePVin8X64VOgevAzN6J2+20ic1m1kJDEIHRHtdMkG4ly4H1RAz5aw+I8Tw3YODD2G5E5Py3sB2G2B3wuPDLvbBJAeyafCq0Z+8vyKGLHKugXpEhnRaOE/ADNBFO+b4cN9xMd99wUFfQIDAQAB",
  "permissions": [
    "activeTab",
    "contextMenus",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/shareHighlight.css",
        "css/sidebar.css",
        "css/tooltip.css",
        "css/yt_summary.css",
        "iframe/sidebar.html",
        "iframe/signup_login.html",
        "iframe/tooltip.html",
        "images/*.png",
        "pdf/web/viewer.html",
        "pdf/web/viewer.css",
        "pdf/build/pdf.worker.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}