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",
"name": "Bookmark Manager | Sitespedia - Web Clipper to Save, and Organize Anything",
"manifest_version": 3,
"description": "Effortlessly save and organize your favorite websites with Bookmark and instantly access them anytime and anywhere.",
"host_permissions": [
"https:\/\/sitespedia.com\/",
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/",
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"stpa_bookmark_script.css"
],
"js": [
"stpa_bookmark_script.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"version": "0.3.3",
"icons": {
"16": "icons\/bookmark-16x16.png",
"32": "icons\/bookmark-32x32.png",
"128": "icons\/bookmark-128x128.png",
"512": "icons\/bookmark-512x512.png"
},
"short_name": "Bookmark",
"web_accessible_resources": [
{
"resources": [
"\/*",
"icons\/*",
"frontend\/*",
"font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+Y",
"mac": "Command+Shift+Y"
}
}
},
"permissions": [
"tabs",
"storage",
"cookies",
"activeTab",
"scripting",
"management"
]
}