Files
firefox-dev/extensions/HSites tools/manifest.json
T
2022-05-10 22:37:31 +03:00

35 lines
949 B
JSON

{
"manifest_version": 2,
"name": "HSites tools",
"version": "0.2.0",
"description": "Hentai sites tools",
"applications": {
"gecko": {
"id": "hsitestools@nyako.icu"
}
},
"content_scripts": [
{
"matches": ["*://*.nude-moon.net/*", "*://nude-moon.net/*"],
"js": ["nm.js"]
},
{
"matches": ["*://*.hentaichan.live/*", "*://hentaichan.live/*"],
"js": ["hc.js"]
},
{
"matches": ["*://*.hentai-share.tv/*", "*://hentai-share.tv/*"],
"js": ["hsh.js"]
},
{
"matches": ["*://*.hentaiz.org/*", "*://hentaiz.org/*"],
"js": ["hz.js"]
}
],
"browser_specific_settings": {
"gecko": {
"update_url": "https://raw.githubusercontent.com/Hell13Cat/firefox-dev/main/extensions/HSites tools UPD/versions.json"
}
}
}