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": "РосКвартал",
"version": "1.0.3resigned1",
"description": "Расширение предназначено для быстрого доступа к сервисам компании РосКвартал",
"browser_action": {
"default_icon": "Logo.png",
"default_title": "РосКвартал",
"default_popup": "index.html"
},
"icons": {
"48": "Logo.png",
"96": "Logo.png"
},
"permissions": [
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{2912e608-3e62-446a-af63-3723fb88838f}"
}
}
}