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": "Rofocus new: Increase your Focus and Productivity",
"short_name": "Rofocus",
"description": "Ambient noise and focus music. The most productive version of yourself.",
"version": "2024.11.13",
"icons": {
"128": "ico\/rofocus-logo-new.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"offscreen"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"styles\/fonts\/*.woff2",
"styles\/fonts\/FontAwesome.otf",
"styles\/fonts\/fontawesome-webfont.eot",
"styles\/fonts\/fontawesome-webfont.svg",
"styles\/fonts\/fontawesome-webfont.ttf",
"styles\/fonts\/fontawesome-webfont.woff",
"styles\/fonts\/fontawesome-webfont.woff2",
"img\/*.jpeg",
"img\/*.png"
],
"use_dynamic_url": false
}
],
"action": {
"default_icon": "ico\/rofocus-logo-new.png",
"default_popup": "index.html"
},
"content_security_policy": []
}