Inspect and view changes in SLOVARonline 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "SLOVARonline",
"description": "Quick search by the largest database of dictionaries online | SLOVARonline.com",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": "icon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"browser_action": {
"default_title": "Открыть сайт slovaronline.com в новой вкладке",
"default_icon": "icon-128x128.png",
"default_popup": "public/index.html"
},
"permissions": [],
"background": {
"scripts": [
"background.js"
]
}
}