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": "EasyForm AutoFill", "description": "Auto fill in your form using your saved information", "version": "1.2.4", "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "action": { "default_icon": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "default_title": "EasyForm AutoFill", "default_popup": "index.html" }, "background": { "service_worker": ".\/static\/js\/background.js" } }