Inspect and view changes in SiNet: Твоя анонимность в сети! 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": "SiNet: Ð¢Ð²Ð¾Ñ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð¾ÑÑ‚ÑŒ в Ñети!",
"version": "7.34",
"description": "SiNet: ДоÑтуп к Ñайтам анонимно!",
"homepage_url": "https://sinet-vpn.ru/",
"minimum_chrome_version": "88",
"action": {
"default_title": "name",
"default_icon": "img/i/icon-empty.png",
"default_popup": "html/options.html#/home"
},
"options_page": "html/options.html#/options",
"icons": {
"16": "img/i2/in16.png",
"32": "img/i2/in32.png",
"48": "img/i2/in48.png",
"64": "img/i2/in64.png",
"128": "img/i2/in128.png"
},
"background": {
"service_worker": "main/bg.js"
},
"externally_connectable": {
"matches": [
"https://*.sinet-vpn.ru/*"
]
},
"permissions": [
"tabs",
"storage",
"proxy",
"webRequest",
"webRequestBlocking",
"declarativeNetRequest",
"scripting",
"alarms",
"cookies",
"activeTab",
"management",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"img/*.png",
"img/*.jpeg",
"img/*.jpg",
"img/*.svg",
"img/*.gif",
"img/*.svg",
"main/*.js",
"main/*.css"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}