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, "name": "AutoFill Forms: Fill Hero", "version": "1.1.12", "description": "Fill Hero - auto fill any forms easily", "background": { "service_worker": "src\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": "icon-34-4.png" }, "permissions": [ "activeTab" ], "host_permissions": [ "<all_urls>" ], "icons": { "34": "icon-34-4.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "all_frames": true, "js": [ "src\/content\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34-3.png", "src\/help\/index.html" ], "matches": [ "<all_urls>" ] } ] }