mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
17 lines
248 B
JSON
17 lines
248 B
JSON
{
|
|
"permissions": [
|
|
"offscreen"
|
|
, "activeTab"
|
|
, "contextMenus"
|
|
, "storage"
|
|
, "clipboardWrite"
|
|
],
|
|
|
|
"minimum_chrome_version": "88.0.0.0",
|
|
|
|
"background": {
|
|
"service_worker": "/src/bg/index.mjs",
|
|
"type": "module"
|
|
}
|
|
}
|