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": "Sabapplier AI - Smart Form Filler & Document Manager",
"version": "2.10.2",
"description": "AI-powered extension to fill complex forms, manage documents, and auto-edit photos for exam and official applications",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"sidePanel",
"notifications",
"downloads"
],
"host_permissions": [
"https:\/\/api.sabapplier.com\/*",
"https:\/\/sabapplier.com\/*",
"https:\/\/*.sabapplier.com\/*",
"<all_urls>",
"http:\/\/localhost:3000\/*"
],
"action": {
"default_icon": {
"16": "logos\/logo-16.png",
"48": "logos\/logo-48.png",
"128": "logos\/logo-128.png"
},
"default_title": "SabApplier AI"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "logos\/logo-16.png",
"32": "logos\/logo-32.png",
"48": "logos\/logo-48.png",
"128": "logos\/logo-128.png"
}
}