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": "NewsboyKoala Scrapbook Pro",
"version": "2.0.0",
"description": "Advanced web clipper with tags, folders, and smart search. Save, organize, and export bookmarks efficiently.",
"author": "Jo Jangwoo",
"homepage_url": "https:\/\/litt.ly\/newsboy",
"permissions": [
"tabs",
"storage",
"activeTab",
"contextMenus",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"commands": {
"quick-save": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Quick save current page to Scrapbook"
}
}
}