Inspect and view changes in Mediapart Single Page 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": "Mediapart Single Page",
"version": "3.1resigned1",
"applications": {
"gecko": {
"id": "{f2be6d19-cf7f-41e9-84b4-9df413b6a6d7}",
"strict_min_version": "48.0"
}
},
"description": "Automatically loads articles from mediapart.fr on a single page (avoids pagination)",
"permissions": [
"*://www.mediapart.fr/journal/*",
"webRequest",
"webRequestBlocking"
],
"icons": {
"48": "icons/mediapart-48.png",
"96": "icons/mediapart-96.png"
},
"background": {
"scripts": [
"controller.js"
]
}
}