Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Collabwriting - Shareable Notes on Web Pages",
"description": "Create shareable notes and highlights on any web page, pdf, youtube & kindle - Organize and collaborate on your research.",
"version": "3.44.3.1",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3NMx7QTQJZlUEpKoNu4NDiuHnkhqRUVvDqL5bviS2dOaBDRAVO3Cdd13SSSMMw6ReSF6KhKqFVdizPLiugjeTCSYYm5i00oEaNKI31lriOyA9oiFKuuagHbGE71ceIFoD23+ypx9gnVvR71j+bPAi+iQkG8qown6OBdT12ZiG4NbIbqybO2O9MlHFfWMu4WnfayzW7FoWl298D7qgwCmas13BY5A3fGXcRfV+j8AAdBUFauwh+HsZlnNI4A2eYwrLriUuWarZL3krIwe1344ErnQJv80s61WinGMTtJUWdmFOeFjMMLBwFjocfDPoNP9RbNEn9MjAD9WOJqlUg7AVwIDAQAB",
"icons": {
"16": "images\/icon-01.png",
"24": "images\/icon-02.png",
"32": "images\/icon-03.png",
"48": "images\/icon-04.png",
"128": "images\/icon-05.png"
},
"action": {
"default_icon": {
"16": "images\/icon-01.png",
"24": "images\/icon-02.png",
"32": "images\/icon-03.png",
"48": "images\/icon-04.png",
"128": "images\/icon-05.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/load.listener.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"build\/bundle.highlighter.js"
],
"exclude_matches": [
"https:\/\/app.collabwriting.com\/*",
"https:\/\/beta.collabwriting.com\/*",
"https:\/\/cowrite.me\/*",
"https:\/\/www.cowrite.me\/*",
"http:\/\/localhost\/*",
"https:\/\/cite.link\/*"
]
},
{
"matches": [
"https:\/\/collabwriting.com\/v0.9\/snippet**",
"https:\/\/www.collabwriting.com\/v0.9\/snippet\/**"
],
"js": [
"build\/bundle.js"
]
},
{
"matches": [
"https:\/\/collabwriting.com\/authorizing\/**",
"https:\/\/www.collabwriting.com\/authorizing\/**"
],
"js": [
"scripts\/login.listener.js"
]
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"http:\/\/localhost:5000\/**",
"*:\/\/app.collabwriting.com\/**",
"*:\/\/beta.collabwriting.com\/**",
"*:\/\/cowrite.me\/v\/**",
"*:\/\/cowrite.me\/auth**"
]
},
"host_permissions": [
"https:\/\/*\/"
],
"commands": {
"trigger-highlighter-shortcut": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Alt+Shift+S",
"linux": "Alt+Shift+S",
"chromeos": "Alt+Shift+S"
},
"description": "Trigger Highlighter Shortcut"
}
},
"permissions": [
"activeTab",
"scripting",
"storage",
"alarms",
"contextMenus",
"commands",
"webRequest"
]
}