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,
"name": "Momentum",
"short_name": "Momentum",
"version": "2.25.6",
"description": "Transform your browser into a beautifully designed tab that helps you feel calm, keep focus, and stay energized.",
"icons": {
"16": "img\/meta\/icon-16.png",
"32": "img\/meta\/icon-32.png",
"48": "img\/meta\/icon-48.png",
"128": "img\/meta\/icon-128.png"
},
"background": {
"service_worker": "serviceWorker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"web_accessible_resources": [
{
"resources": [
"site-blocker.html"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"offline_enabled": true,
"action": {
"default_title": "Momentum"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.momentumdash.com\/*"
],
"run_at": "document_end",
"all_frames": true,
"js": [
"content-scripts\/momoSiteInterop.js"
]
}
],
"permissions": [
"offscreen",
"unlimitedStorage",
"idle"
],
"optional_permissions": [
"bookmarks",
"tabs",
"sessions",
"topSites",
"favicon",
"scripting",
"alarms",
"notifications",
"tabGroups",
"search"
],
"optional_host_permissions": [
"file:\/\/\/*",
"*:\/\/*\/*"
]
}