fill_evotor/manifest.json

11 lines
288 B
JSON

{
"manifest_version": 3,
"name": "Evotor CRM Form Filler",
"version": "0.5",
"description": "Auto-fill CRM forms with one click v 0.5",
"permissions": ["activeTab", "scripting"],
"action": {
"default_popup": "popup.html",
"default_title": "Evotor Fill CRM Form"
}
}