mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
34 lines
925 B
JSON
Executable File
34 lines
925 B
JSON
Executable File
{
|
||
"manifest_version": 2,
|
||
|
||
"name": "Обход блокировок Рунета",
|
||
"description": "Аргументы против цензуры: https://git.io/vEkI9",
|
||
"version": "0.0.0.14",
|
||
"icons": {
|
||
"128": "/icons/ribbon128.png"
|
||
},
|
||
"author": "ilyaigpetrov@gmail.com",
|
||
"homepage_url": "https://github.com/ilyaigpetrov/anti-censorship-russia",
|
||
|
||
"permissions": [
|
||
"proxy",
|
||
"webRequest",
|
||
"alarms",
|
||
"storage",
|
||
"<all_urls>",
|
||
"tabs",
|
||
"contextMenus"
|
||
],
|
||
"background": {
|
||
"scripts": ["1-sync-pac-script-with-pac-provider.js", "2-block-informer.js", "3-context-menus.js"]
|
||
},
|
||
"browser_action": {
|
||
"default_title": "Этот сайт благословлён РКН",
|
||
"default_popup": "/pages/choose-pac-provider/index.html"
|
||
},
|
||
"options_ui": {
|
||
"page": "/pages/choose-pac-provider/index.html",
|
||
"chrome_style": true
|
||
}
|
||
}
|