Inspect and view changes in ePorezna 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": "ePorezna",
"version": "1.0.1resigned1",
"applications": {
"gecko": {
"id": "firefoxextension@porezna-uprava.hr",
"strict_min_version": "57.0"
}
},
"description": "Dodatak za rad sa sustavom ePorezna.",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*://*.teched.hr/*",
"*://localhost/*",
"*://*.apis-it.local/*",
"*://*.porezna-uprava.hr/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"page.js"
],
"permissions": [
"nativeMessaging"
]
}