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": "Zipifil - The AI Form Filler | Fill Forms using AI",
"version": "9.2",
"description": "The Universal AI powered form filler for any type of form",
"permissions": [
"storage",
"activeTab",
"scripting",
"clipboardRead",
"webNavigation"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "background\/main.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"favorites-modal.css",
"favorites-modal.html",
"all-rules.html",
"generate-content.html",
"visual_fallback.js",
"overlay.js",
"visual_detector.js",
"text_selection_detector.js",
"diagnose-visual-detection.js",
"mcp_client.js",
"amazon_fba_filler.js",
"mouse_control_executor.js",
"images\/*",
"address-book.html",
"address-book.css"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}