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", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "short_name": "__MSG_app_name__", "default_locale": "en", "version": "1.0.2", "manifest_version": 2, "offline_enabled": true, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" } }, "background": { "scripts": [ "js\/launch.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "ui\/options.html", "chrome_style": true }, "homepage_url": "https:\/\/exercises.freefinancetools.net\/" }