mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 10:23:43 +03:00
32 lines
756 B
JSON
Executable File
32 lines
756 B
JSON
Executable File
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Антизапрет",
|
|
"description": "Безопасный Интернет от РосКомНадзор.",
|
|
"version": "0.1",
|
|
|
|
"browser_action": {
|
|
"default_icon": "unlock.png",
|
|
"default_title": "Обсуждай на https://reddit.com/r/ru"
|
|
},
|
|
"permissions": [
|
|
"proxy",
|
|
"storage",
|
|
"alarms",
|
|
|
|
"http://*/",
|
|
"https://*/",
|
|
"ftp://*/"
|
|
],
|
|
"icons": { "16": "unlock.ico",
|
|
"128": "unlock.png" },
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": false
|
|
},
|
|
|
|
"author": "ilyaigpetrov@gmail.com",
|
|
"homepage_url": "https://github.com/ilyaigpetrov/antizapret-chrome-extension",
|
|
"short_name": "Антизапрет"
|
|
}
|