31 lines
777 B
JSON
31 lines
777 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "SMCC",
|
|
"version": "2.2",
|
|
"default_locale": "es",
|
|
"description": "Automatización SMCC",
|
|
"permissions": ["tabs", "storage", "history"],
|
|
"host_permissions": ["https://claro-co.ysocial.net/*", "https://apps.okan.tools/*"],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://claro-co.ysocial.net/*", "http://claro-co.ysocial.net/*"],
|
|
"js": ["content2.js"]
|
|
}
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "images/icon16.png",
|
|
"48": "images/icon48.png",
|
|
"128": "images/icon128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "images/icon16.png",
|
|
"48": "images/icon48.png",
|
|
"128": "images/icon128.png"
|
|
}
|
|
} |