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, "version": "0.9.8", "default_locale": "en", "name": "__MSG_application_title__", "description": "__MSG_description__", "icons": { "16": "\/icons\/mouse06.png", "32": "\/icons\/mouse05.png", "48": "\/icons\/mouse04.png", "64": "\/icons\/mouse03.png", "128": "\/icons\/mouse02.png", "256": "\/icons\/mouse01.png", "512": "\/icons\/mouse00.png" }, "permissions": [ "storage", "webNavigation", "activeTab", "scripting", "contextMenus", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "action": [], "homepage_url": "https:\/\/mouse-enable.com\/", "background": { "service_worker": "worker.js" }, "options_ui": { "open_in_tab": true, "page": "\/options\/options.html" }, "commands": { "_execute_action": [] } }