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": "CateBox - Bookmark Manager and Web Clipper",
"version": "1.34",
"description": "Bookmark, clip and archive webpages to collection, read it later. Permanent copy, full-text search. Organize with ease.",
"icons": {
"48": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png",
"512": "icons\/icon512.png"
},
"permissions": [
"activeTab",
"storage",
"scripting",
"tabs",
"bookmarks"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib\/Readability.js",
"lib\/html2canvas.min.js",
"content\/content.js"
],
"css": [
"content\/content.css"
]
}
],
"background": {
"service_worker": "background\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"lib\/JSDOMParser.js",
"lib\/Readability.js",
"panel\/panel.html",
"panel\/bookmark.html",
"panel\/panel.css",
"panel\/bookmark.css",
"panel\/url_rules.json",
"panel\/direct_use_url.json",
"content\/content-rules.json",
"content\/url_that_show_icon.json",
"content\/url_without_img_scissors.json",
"content\/page_scissors.png",
"content\/timeline_scissors.png"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"panel\/upload.html"
],
"matches": [
"https:\/\/catebox.com\/*"
]
}
]
}