Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Applay.ai : AI resumes, Autofill job applications, & Career Insights", "version": "3.1.1", "description": "Make Every Application Count with our Gamified AI Professional Development Platform", "permissions": [ "activeTab", "storage", "tabs", "sidePanel" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "16": "icons\/icon16_grayscale.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "side_panel": { "default_path": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icons\/icon16_grayscale.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }