Inspect and view changes in ВЗакупке 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": "ВЗакупке",
"short_name": "ВЗ",
"version": "2.0.98",
"description": "Официальное расширение для браузеров от сервиса vzakupke.com, которое позволяет легко получать товары прямо со страниц сайтов!",
"author": "Vladislav Aituganov <vaaituganov@gmail.com>",
"permissions": [
"<all_urls>",
"cookies",
"storage",
"tabs",
"http://vzakupke.com/",
"browserSettings"
],
"background": {
"scripts": [
"/js/vendors/jquery.min.js",
"/js/vendors/punycode.min.js",
"/js/API/browser.common.api.js",
"/js/API/browser.api.js",
"/js/API/api.js",
"/js/API/appStates.js",
"/js/API/issues.js",
"/js/API/messageTypes.js",
"/js/background.js"
]
},
"icons": {
"16": "/icons/favicon-16x16.png",
"32": "/icons/favicon-32x32.png",
"48": "/icons/favicon-48x48.png",
"96": "/icons/favicon-96x96.png"
},
"browser_action": {
"default_title": "ВЗакупке",
"default_popup": "/popup.html"
}
}