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", "version": "1.1.1", "description": "auto fill fields in webpage", "icons": { "48": "icons\/mangosteen.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_title": "Click Me", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.openapply.cn\/*", "https:\/\/*.openapply.com\/*", "https:\/\/*.openapplytest.com\/*" ], "js": [ "jquery.js", "faker.js" ] } ], "background": { "service_worker": "service-worker.js" }, "commands": { "execute-code": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Execute code in active tab" } } }