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": 3,
"name": "Редактор Сетевого Города",
"description": "Кастомизация Сетевого Города",
"version": "1.0.1",
"author": "TALENT",
"icons": {
"128": "images/icon-128.png"
},
"action": {
"default_popup": "menu.html",
"default_icon": "images/iconMenu.png"
},
"browser_specific_settings": {
"gecko": {
"id": "itstalent9@gmail.com"
}
},
"content_scripts": [
{
"matches": [
"http://94.190.51.157/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"scripting",
"activeTab",
"tabs"
]
}