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", "description": "A chrome extension that helps to automate actions in a web page", "version": "2.5.0", "manifest_version": 3, "name": "Web Automa - Web page automation tool", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "activeTab", "scripting", "contextMenus" ], "web_accessible_resources": [ { "resources": [ "content.popup.min.css", "contentScript.bundle.js", "content.styles.css", "icon-128.png" ], "matches": [ "<all_urls>" ] } ] }