Auxiliar professores nas tarefas do Siaep - MA
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "SiaBot - Siaep MA",
"description": "Auxiliar professores nas tarefas do Siaep - MA ",
"version": "2.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "siaBot.png",
"32": "siaBot.png",
"48": "siaBot.png",
"128": "siaBot.png"
},
"permissions": [
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
"*://sistemas.educacao.ma.gov.br/*"
],
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"idApagarConteudo.js",
"IdTabelaCopy.js",
"idConteudo.js",
"idTabela3Notas.js",
"idMeuTeste.js",
"idGeraPlanilha.js",
"idLancarnotas.js",
"idCont.js",
"idFrequencia.js",
"Util.js",
"<all_urls>"
],
"matches": [
"*://sistemas.educacao.ma.gov.br/*"
]
}
],
"content_scripts": [
{
"matches": [
"*://sistemas.educacao.ma.gov.br/*"
],
"js": [
"contentScript.js",
"toastify.js"
],
"css": [
"toastify.min.css"
]
}
],
"options_ui": {
"page": "/options.html"
}
}