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", "name": "CuraFi Autofill", "description": "Autofill user data on PDF forms and web portals", "version": "1.9.62", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "128.png" }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "storage", "identity", "scripting", "identity.email", "cookies" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "libs\/pdf.worker.min.js", "elation.js", "practice-fusion.js", "128.png" ], "matches": [ "<all_urls>" ] } ] }