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": "3.0", "author": "Juraj M\u00e4siar", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "32": "32.png", "48": "48.png", "64": "64.png", "96": "96.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_start", "js": [ "browser-polyfill.min.js", "content_script\/rocker_gestures_cs.js" ] } ], "host_permissions": [ "<all_urls>" ], "incognito": "split" }