Inspect and view changes in p2p.Ninja 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
{
"description": "Allows your browser to connect to .p2p websites",
"manifest_version": 2,
"name": "p2p.Ninja",
"version": "2.4",
"options_ui": {
"page": "landingpage.html",
"browser_style": true,
"chrome_style": true
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*://*.p2p/*",
"*://*.p2pninja/*"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icons/round48.png",
"96": "icons/round96.png"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icons/round16.png",
"32": "icons/round32.png"
}
},
"applications": {
"gecko": {
"id": "addon@example1.com"
}
}
}