deCloudflare/addons/code/ureject/manifest.json

39 lines
941 B
JSON
Raw Normal View History

2020-07-30 23:17:43 +00:00
{
"manifest_version": 2,
"name": "Kiu retejo malakceptis min?",
"description": "Via retejo malakceptis min, sed mi scias ke mi fartos bone.",
2021-04-16 02:05:55 +00:00
"version": "1.0.5.4",
2021-04-06 10:13:08 +00:00
"homepage_url": "http://crimeflare.eu.org/",
"author": "Crimeflare #Addon",
2020-07-30 23:17:43 +00:00
"permissions": [
2020-09-12 23:43:34 +00:00
"storage",
2020-07-30 23:17:43 +00:00
"webRequest",
"<all_urls>"
],
"icons": {
"72": "icons/72.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"browser_style": false,
"open_in_tab": true,
"page": "log.html"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"72": "icons/72.png"
}
},
"applications": {
"gecko": {
"id": "urejectme@searxes.eu.org",
2021-04-06 10:13:08 +00:00
"strict_min_version": "78.0",
2020-11-10 07:42:23 +00:00
"update_url": "https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/addon.php?for=ureject"
2020-07-30 23:17:43 +00:00
}
}
}