Inspect and view changes in Gutscheine-Live.de Vouchers 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
{
"background": {
"page": "background.html"
},
"content_scripts": [
{
"css": [
"main.css"
],
"js": [
"lib/jquery-3.1.0.min.js",
"main.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"description": "Immer die aktuellsten Gutscheine von Gutscheine-Live.de direkt im Browser.",
"multiprocessCompatible": true,
"icons": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"128": "images/128.png"
},
"manifest_version": 2,
"name": "Gutscheine-Live.de Gutscheinfinder",
"permissions": [
"tabs",
"storage",
"*://gutscheine-live.de/*"
],
"version": "2.1.1resigned1",
"web_accessible_resources": [
"*.png"
],
"browser_specific_settings": {
"gecko": {
"id": "addon@gutscheine-live.de"
}
}
}