Inspect and view changes in iJournal Les Unes en 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": "iJournal Les Unes en Francais",
"description": "FR.iJournal.com\nLes dernieres nouvelles Francaises, Politique, Monde, Technology, Science et Sante, en Francais et Anglais",
"version": "1.0.3",
"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.ijournal.com/*"
]
}