Inspect and view changes in Alpaka.express для веб-мастеров 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": "Alpaka.express для веб-мастеров",
"short_name": "Alpaka",
"description": "Плагин партнерской сети Alpaka.express для веб-мастеров",
"version": "1.6",
"homepage_url": "http://alpaka.express",
"icons": {
"16": "icon/16.png",
"48": "icon/48.png"
},
"browser_action": {
"default_title": "Партнерская сеть Alpaka.express для веб-мастеров",
"default_icon": "icon/48.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite",
"https://alpaka.express/",
"storage"
],
"background": {
"scripts": [
"bg.js"
]
}
}