Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Collaborate.to",
"icons": {
"16": "icons\/collaborate-16x16.png",
"32": "icons\/collaborate-32x32.png",
"48": "icons\/collaborate-48x48.png",
"128": "icons\/collaborate-128x128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Collaborate.to",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"cookies",
"scripting"
],
"host_permissions": [
"https:\/\/collaborate.to\/",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"\/*",
"icons\/*",
"frontend\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"common.css",
"cto_annotation.css",
"annot.css"
],
"js": [
"cto_contentScript.js",
"cto_annotation.js",
"cto_annotationTools.js",
"cto_shortcut.js"
],
"run_at": "document_end"
}
],
"version": "0.0.1",
"description": "A robust bug tracking and visual feedback tool for your website. Collect, organize and act on your feedback without any effort"
}