Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Identificador de batidas \u00edmpares no Ponto Mais",
"version": "1.6",
"description": "Identificador de batidas \u00edmpares no Ponto Mais",
"permissions": [],
"host_permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/app2.pontomais.com.br\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "16.png",
"48": "48.png"
}
}