Inspect and view changes in WME TASK POINTS source codes across current and past versions
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",
"manifest_version": 3,
"name": "WME TASK POINTS",
"version": "0.4",
"description": "Carrega pontos no mapa para tarefas no WME do Waze",
"icons": {
"48": "logo.png",
"128": "logo.png"
},
"web_accessible_resources": [
{
"resources": [
"taskpoints.js",
"notas2.html"
],
"matches": [
"https://www.waze.com/*",
"https://beta.waze.com/*"
]
}
],
"content_scripts": [
{
"matches": [
"https://www.waze.com/*/editor*",
"https://www.waze.com/editor*",
"https://beta.waze.com/*/editor*"
],
"js": [
"boottaskpoints.js"
],
"run_at": "document_idle"
}
]
}