Inspect and view changes in GPS Cerv 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
{
"manifest_version": 2,
"name": "GPS Cerv",
"description": "Vlozeni GPS suradnic do schranky (Clipboard) iba na kliknutie - pre OLO Evidence a olo.venzeo.com - (c)M.Zak 2022",
"version": "1.0",
"browser_action": {
"default_icon": "c2-48.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://olo.venzeo.com/*",
"https://olo.venzeo.com/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
],
"icons": {
"48": "c2-48.png"
}
}