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": "SwiftApply \u2013 AI Job Application Autofill", "version": "0.0.8", "description": "AI powered extension to autofill job applications.", "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*\/" ], "action": { "default_icon": { "16": "images\/icon-inactive-16.png", "32": "images\/icon-inactive-32.png", "48": "images\/icon-inactive-48.png", "128": "images\/icon-inactive-128.png" } }, "background": { "service_worker": "background.bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.bundle.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "oauth2": { "client_id": "217335517423-gon2a6g4dv5q00km0a3fto7s6e13ek3d.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtEpS3gt9qOwJScZI6iJL0XzikFPtvrGvT2\/cZMZcikCojBJym8wP9uvvYP65AD2hVdFMQkbxQxSafhqbQd8ZQxsKY8fVKXZu6kh2uRkkGuBSLEU4XNxmc2rYMNdZqdqo1D3pZ7IcTf7knYorUCSmuwQluTJpt+joSUh4g5BRgTd8lS40B7aE3C+KXYGlj94pHW5isA7alzyOey5Wu1\/MaNjkomo01QPope2SoXa\/+Mu9wStuHp62od+1xFQ29c3fav7TvWPH49\/mLeoh5DVm54TXC1Vw1DtawABSiXt1vDfhEGNZWc6LuVpY2VgAchsUZ96mGfeBJd13KIyeysXV4wIDAQAB" }