Inspect and view changes in Valutare 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
{
"action": {
"default_icon": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"foreground.js"
],
"matches": [
"https://login.taxatieweb.nl/*"
]
}
],
"description": "Voor het overzetten van Valutare projecten naar NWWI",
"host_permissions": [
"https://app.valutare.nl/*",
"https://login.taxatieweb.nl/*"
],
"icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs5Lu7gE6kTgJxTTUYS0aPOv3jPdhY2+lkJFfdSCTfhags1obJyFaGN/rvKEITr9t114rynqOjcJYE40noF7U1LqnsSn3z8RQoDSvycHra3m3ZDtqcx2qr6xcdo8UhjqnhF3yRJnX8fIkJcfqZLzC4nPHk9WsR3p0yhvdYfEyiij6HtK1cwO7ui7LeI4DoBErylPB/J6WqCp1fJmr6S1+cd6cqJtKKJCBj6q9yWhmdXxZSy4Y7eAfHFYXq2ln4hHTo6JJag1BGyvEk7igJIeIBUwWMF26KWt5ANPn26jxrBpZRcgLJzj8vjCqE32s3hBKkMo3e2Xcgz5BCkL1EiICBwIDAQAB",
"manifest_version": 3,
"name": "Valutare",
"permissions": [],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "4.8.2",
"web_accessible_resources": [
{
"matches": [
"https://login.taxatieweb.nl/*"
],
"resources": [
"windowscript.js"
]
}
]
}