Inspect and view changes in Ecofy - Pflanze Bäume! 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": "Ecofy - Pflanze Bäume!",
"description": "Mit Ecofy planzt Du mit jedem Einkauf bei einem unserer Partnershops einen Baum. Einfach, kostenlos und gut für die Umwelt!",
"version": "1.0.1",
"background": {
"scripts": [
"background.min.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.min.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_title": "Öffne Ecofy",
"default_icon": "icons/main_icon.png"
},
"icons": {
"16": "icons/main_icon-16.png",
"48": "icons/main_icon-48.png",
"128": "icons/main_icon.png"
},
"content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
"permissions": [
"tabs",
"storage",
"http://*/*",
"https://*/*",
"webRequest",
"webRequestBlocking",
"identity",
"https://www.facebook.com/",
"https://graph.facebook.com/"
],
"web_accessible_resources": [
"*.html",
"icon.png",
"static/*",
"fonts/*"
]
}