Init
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "SMCC",
|
||||
"version": "2.0",
|
||||
"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": ["content.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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user