Never miss eBay offer ever!!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"app": {
"background": {
"scripts": [
"config.js",
"lib/google-analytics-bundle.js",
"lib/jquery/dist/jquery.min.js",
"launch.js",
"app.js"
]
}
},
"description": "__MSG_appDesc__",
"icons": {
"128": "icon_128.png"
},
"default_locale": "en",
"offline_enabled": true,
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"http://*/*",
"https://*/*",
"http://www.getfreshoffers.com/*",
"notifications",
"storage",
"browser",
"http://d3onoxalxqu65v.cloudfront.net/*",
"alarms"
],
"version": "2018.5.25197"
}