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",
"manifest_version": 3,
"action": {
"default_title": "Toby",
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-32.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"background": {
"service_worker": "\/js\/background.bundle.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.gettoby.com\/*"
],
"js": [
"\/js\/contentScript.bundle.js",
"\/js\/inject-public.bundle.js"
],
"run_at": "document_idle"
}
],
"content_security_policy": {
"extension_pages": "default-src 'self'; frame-src 'self' https:\/\/gettoby.typeform.com https:\/\/www.loom.com\/ https:\/\/storage.googleapis.com https:\/\/*.youtube.com https:\/\/*.youtube-nocookie.com; script-src 'self'; object-src 'none'; connect-src https:\/\/api2.gettoby.com https:\/\/api2.gettoby.com https:\/\/logs.gettoby.com https:\/\/capi.gettoby.com wss:\/\/api.gettoby.com\/ws https:\/\/api.mixpanel.com http:\/\/api.mixpanel.com https:\/\/api-js.mixpanel.com https:\/\/us.i.posthog.com https:\/\/api.amplitude.com http:\/\/api.amplitude.com https:\/\/*.nr-data.net https:\/\/app.getsentry.com https:\/\/favicons.gettoby.com\/v3\/; style-src https:\/\/fonts.googleapis.com 'unsafe-inline' 'self' *; font-src 'self' https:\/\/fonts.gstatic.com; img-src * https:\/\/logs.gettoby.com data:;"
},
"permissions": [
"contextMenus",
"unlimitedStorage",
"storage",
"tabs",
"declarativeNetRequestWithHostAccess"
],
"optional_permissions": [
"history",
"tabGroups"
],
"host_permissions": [
"https:\/\/*.gettoby.com\/"
],
"optional_host_permissions": [
"*:\/\/to\/*",
"<all_urls>"
],
"omnibox": {
"keyword": "to\/"
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"96": "img\/icon-96.png",
"128": "img\/icon-128.png"
},
"version": "1.9.0",
"chrome_url_overrides": {
"newtab": "toby.html"
},
"description": "Your productivity hub. Save and organize your browser tabs from anywhere.",
"name": "Toby: Tab Management Tool",
"short_name": "Toby",
"externally_connectable": {
"ids": [
"*"
]
}
}