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": "1.0.1", "author": "rajaazian", "name": "Steps Recorder", "description": "Record steps made easy", "icons": { "16": "icons\/extension_16.png", "48": "icons\/extension_48.png", "128": "icons\/extension_128.png" }, "permissions": [ "activeTab", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background\/service_worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_scripts\/content-0.js" ], "css": [] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "content\/scripts.js" ] } ], "side_panel": { "default_path": "side_panel\/default_path.html" } }