Inspect and view changes in PPaper 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": 3,
"name": "PPaper",
"version": "1.0.0",
"description": "A set of tools for handling DOI links",
"icons": {
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"contextMenus",
"downloads"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"48": "images/icon-48.png",
"128": "images/icon-128.png"
}
},
"options_page": "options.html",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}