Inspect and view changes in Getyourmoneyback 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": "Getyourmoneyback - Gewinne Deine Einkäufe!",
"description": "Getyourmoneyback ermöglicht es Dir, mit etwas Glück Deinen Einkaufswert zurückzuerhalten. Einfach und kostenlos!",
"version": "2.1.2",
"background": {
"scripts": [
"background.min.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.min.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_title": "Open Getyourmoneyback!",
"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/*"
]
}