Inspect and view changes in Расширение NutonExtension 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
{
"name": "NutonExtension",
"short_name": "NE",
"description": "Преобразует страницы поисковых систем. Разработано специально для клиентов и сотрудников компании Ньютон-Электро.",
"version": "1.6",
"manifest_version": 2,
"permissions": [
"https://www.google.ru/",
"https://www.google.com/",
"https://yandex.ru/"
],
"content_scripts": [
{
"matches": [
"https://www.google.ru/",
"https://www.google.com/",
"https://yandex.ru/"
],
"js": [
"jquery.min.js",
"script.js"
],
"css": [
"main.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"nuton.png",
"faza.png"
]
}