Inspect and view changes in Расширение Атлас-2 для браузера 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": "Atlas-2 Plug-in",
"short_name": "Atlas-2 Plug-in",
"author": "JSC Atlas-2",
"description": "Расширение браузера, позволяющее использовать ЭЦП для сервисов Атлас-2. Для работы требуется приложение Atlas-2 Plug-in Host.",
"version": "2.0.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"nativeMessaging",
"https://lk.atlas-2.ru/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
}