Inspect and view changes in P2P.BZ 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": "P2P",
"version": "2.0.8resigned1",
"icons": {
"96": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Просмотр статистики"
},
"description": "Расширение позволяет зарабатывать деньги за просмотр рекламы. Деньги можно вывести на множество удобных платежных систем.",
"permissions": [
"tabs",
"activeTab",
"notifications",
"<all_urls>"
],
"background": {
"persistent": true,
"scripts": [
"app.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"include.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{d4bac058-5774-4caa-9c98-dd0d1a7e6fd7}"
}
}
}