0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-08 19:40:47 +00:00
deCloudflare/addons/isattlinkCR/manifest.json

37 lines
772 B
JSON
Raw Normal View History

2020-08-20 07:56:25 +00:00
{
"manifest_version": 2,
"name": "Ĉu ĉi tiuj ligoj blokos Tor-uzanton?",
2020-11-21 02:32:30 +00:00
"version": "1.0.3.2",
2020-11-10 07:43:47 +00:00
"minimum_chrome_version": "78",
2020-11-21 02:32:30 +00:00
"homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/",
2020-08-20 07:56:25 +00:00
"author": "Crimeflare",
"incognito": "split",
"permissions": [
"storage",
"unlimitedStorage"
],
"icons": {
"72": "icons/72.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"chrome_style": false,
"page": "cfg.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
]
}