Inspect and view changes in iMagazine Francais 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "iMagazine Francais",
"description": "iMagazine.com\nNous presentons toutes les dernieres nouvelles du monde sur tout type sujets",
"version": "1.0.4",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"src/notifications.js",
"src/initVisit.js",
"libs/require.js",
"src/background.js"
]
},
"persistent": false
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"alarms",
"notifications",
"<all_urls>",
"unlimitedStorage",
"webview",
"storage",
"app.window",
"*://localhost/*",
"http://*/",
"https://*/",
"https://s3.amazonaws.com/*",
"https://www.appstr.io/*",
"*://fr.imagazine.com/*"
]
}