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": 2, "name": "Rofocus: Increase your Focus and Productivity", "short_name": "Rofocus", "description": "Ambient noise and focus music. The most productive version of yourself.", "version": "2021.1.1", "browser_action": { "default_icon": ".\/ico\/rofocus-logo-new.png", "default_popup": "popup.html" }, "icons": { "128": ".\/ico\/rofocus-logo-new.png" }, "background": { "scripts": [ "\/js\/jquery.min.js", "\/js\/ambient_sound.js", "\/js\/background.js", "\/js\/moment.js", "\/js\/howler.core.min.js" ], "persistent": true }, "permissions": [ "background", "https:\/\/rofocus.com\/api\/*", "https:\/\/api.rofocus.com\/*" ], "web_accessible_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" ] }