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,
"minimum_chrome_version": "120.0",
"name": "Lightning Autofill",
"version": "14.24.3",
"default_locale": "en",
"description": "The most popular autofill extension, boosting productivity since 2010.",
"homepage_url": "https:\/\/docs.lightningautofill.com\/",
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"16": "images\/icon16-off.png",
"24": "images\/icon24-off.png",
"32": "images\/icon32-off.png"
}
},
"background": {
"service_worker": "js\/eventPage.js",
"type": "module"
},
"commands": {
"_execute_action": [],
"exe_active_cat": {
"description": "Execute the active profile"
},
"open_options": {
"description": "Open options"
},
"toggle_manual": {
"description": "Toggle manual mode"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/autofill.js"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_end"
}
],
"options_page": "options.html",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"alarms",
"contextMenus",
"identity",
"offscreen",
"scripting",
"sidePanel",
"storage",
"unlimitedStorage",
"userScripts"
],
"oauth2": {
"client_id": "171872051662-m3bdmb4v1cl3og24ager32vsn6gp1dma.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"css\/wizard.css",
"images\/close*.png",
"images\/icon24.png",
"sounds\/*"
]
}
]
}