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",
"name": "Session Buddy - Tab & Bookmark Manager",
"short_name": "Session Buddy",
"version": "4.1.0",
"description": "Keep Tabs",
"default_locale": "en",
"minimum_chrome_version": "109",
"manifest_version": 3,
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"icons": {
"16": "assets\/logo-16.png",
"32": "assets\/logo-32.png",
"48": "assets\/logo-48.png",
"128": "assets\/logo-128.png"
},
"action": {
"default_icon": {
"19": "assets\/logo-19.png",
"38": "assets\/logo-38.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"tabs",
"unlimitedStorage",
"storage",
"alarms"
],
"optional_host_permissions": [
"file:\/\/\/*"
],
"incognito": "spanning",
"commands": {
"save-session": {
"description": "Save tabs"
},
"clear-item-selections": {
"description": "Clear selection"
}
}
}