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": "QuickFiller - AI Text Expander for Snippets (WhatsApp Ready)",
"version": "1.0.0.1",
"description": "QuickFiller is an AI text expander for snippets & templates and messages with keyboard shortcuts. Works on WhatsApp Web.",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"identity",
"identity.email",
"contextMenus"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*.googleapis.com\/*",
"https:\/\/*.google.com\/*"
],
"oauth2": {
"client_id": "355242455582-mse1sha9u4e5rhp10an7gt1iklgc3dte.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"action": {
"default_icon": {
"16": "assets\/favicon-16.png",
"32": "assets\/favicon-32.png",
"48": "assets\/favicon-48.png",
"64": "assets\/favicon-64.png",
"128": "assets\/favicon-128.png",
"256": "assets\/favicon-256.png"
},
"default_title": "QuickFiller: AI Agent for Autofill Automation"
},
"icons": {
"16": "assets\/favicon-16.png",
"32": "assets\/favicon-32.png",
"48": "assets\/favicon-48.png",
"64": "assets\/favicon-64.png",
"128": "assets\/favicon-128.png",
"256": "assets\/favicon-256.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"commands": {
"send-whatsapp-attachments": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Send attachments on WhatsApp Web"
}
},
"web_accessible_resources": [
{
"resources": [
"fab.css",
"assets\/favicon.png"
],
"matches": [
"<all_urls>"
]
}
]
}