11 lines
531 B
JSON
11 lines
531 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "SMSBower Phone Fill Tool",
|
|
"version": "1.4.0",
|
|
"description": "Fetch one SMSBower phone number, fill it into the current page input, copy it, and cancel the previous activation on replacement.",
|
|
"permissions": ["activeTab", "scripting", "storage", "clipboardWrite"],
|
|
"host_permissions": ["https://smsbower.app/*", "https://smsbower.page/*", "https://smsbower.online/*"],
|
|
"background": { "service_worker": "background.js" },
|
|
"action": { "default_title": "SMSBower 悬浮填号" }
|
|
}
|