2023-02-06 00:48:53 +00:00
|
|
|
{
|
|
|
|
"name": "Indie Wiki Buddy",
|
2024-02-25 20:15:05 +00:00
|
|
|
"version": "3.6.1",
|
2023-02-10 08:14:06 +00:00
|
|
|
"description": "Indie Wiki Buddy helps you discover quality, independent wikis through alerts, redirects, and search filtering.",
|
2023-02-06 00:48:53 +00:00
|
|
|
"permissions": [
|
|
|
|
"storage",
|
2023-09-18 03:46:56 +00:00
|
|
|
"webRequest",
|
2023-11-27 03:00:08 +00:00
|
|
|
"notifications",
|
|
|
|
"scripting"
|
2023-02-06 00:48:53 +00:00
|
|
|
],
|
|
|
|
"icons": {
|
|
|
|
"16": "images/logo-16.png",
|
|
|
|
"32": "images/logo-32.png",
|
|
|
|
"48": "images/logo-48.png",
|
|
|
|
"64": "images/logo-64.png",
|
|
|
|
"128": "images/logo-128.png"
|
|
|
|
},
|
|
|
|
"action": {
|
2024-01-11 04:27:23 +00:00
|
|
|
"default_popup": "pages/popup/index.html",
|
2023-02-06 00:48:53 +00:00
|
|
|
"default_icon": {
|
|
|
|
"16": "images/logo-16.png",
|
|
|
|
"32": "images/logo-32.png",
|
|
|
|
"48": "images/logo-48.png",
|
|
|
|
"64": "images/logo-64.png",
|
|
|
|
"128": "images/logo-128.png"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"web_accessible_resources": [
|
|
|
|
{
|
|
|
|
"resources": [
|
2023-10-16 05:47:02 +00:00
|
|
|
"favicons/*",
|
2023-02-06 00:48:53 +00:00
|
|
|
"data/sitesDE.json",
|
|
|
|
"data/sitesEN.json",
|
|
|
|
"data/sitesES.json",
|
2024-02-07 10:17:27 +00:00
|
|
|
"data/sitesFI.json",
|
2023-03-06 05:52:28 +00:00
|
|
|
"data/sitesFR.json",
|
Adding non-EN wikis from wiki.gg
Includes wikis in DE, ES, FR, HU, IT, JA, KO, PL, PT, RU, TH, UK, and ZH. HU, JA, and TH are new language categories.
2024-02-12 07:23:47 +00:00
|
|
|
"data/sitesHU.json",
|
2023-02-13 00:22:35 +00:00
|
|
|
"data/sitesIT.json",
|
Adding non-EN wikis from wiki.gg
Includes wikis in DE, ES, FR, HU, IT, JA, KO, PL, PT, RU, TH, UK, and ZH. HU, JA, and TH are new language categories.
2024-02-12 07:23:47 +00:00
|
|
|
"data/sitesJA.json",
|
2023-11-11 19:48:56 +00:00
|
|
|
"data/sitesKO.json",
|
2024-02-20 00:34:37 +00:00
|
|
|
"data/sitesLZH.json",
|
2023-03-09 08:44:32 +00:00
|
|
|
"data/sitesPL.json",
|
2023-11-11 19:48:56 +00:00
|
|
|
"data/sitesPT.json",
|
2023-12-07 01:50:16 +00:00
|
|
|
"data/sitesRU.json",
|
Adding non-EN wikis from wiki.gg
Includes wikis in DE, ES, FR, HU, IT, JA, KO, PL, PT, RU, TH, UK, and ZH. HU, JA, and TH are new language categories.
2024-02-12 07:23:47 +00:00
|
|
|
"data/sitesTH.json",
|
2023-11-10 19:45:15 +00:00
|
|
|
"data/sitesTOK.json",
|
2023-11-16 10:34:18 +00:00
|
|
|
"data/sitesUK.json",
|
2023-11-10 19:45:15 +00:00
|
|
|
"data/sitesZH.json"
|
2023-02-06 00:48:53 +00:00
|
|
|
],
|
|
|
|
"matches": [
|
2023-11-27 03:00:08 +00:00
|
|
|
"https://*/*"
|
2023-02-06 00:48:53 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"service_worker": "background.js"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://*.bing.com/search*",
|
2023-05-04 05:21:11 +00:00
|
|
|
"https://search.brave.com/search*",
|
2023-07-23 05:55:29 +00:00
|
|
|
"https://*.duckduckgo.com/*",
|
|
|
|
"https://*.ecosia.org/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://kagi.com/search*",
|
2024-02-17 08:16:30 +00:00
|
|
|
"https://*.qwant.com/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.search.yahoo.com/*",
|
|
|
|
"https://*.startpage.com/*",
|
|
|
|
"https://*.ya.ru/*",
|
|
|
|
"https://*.yandex.az/*",
|
2024-02-18 06:59:11 +00:00
|
|
|
"https://*.yandex.by/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.yandex.co.il/*",
|
|
|
|
"https://*.yandex.com.am/*",
|
|
|
|
"https://*.yandex.com.ge/*",
|
2024-02-18 06:59:11 +00:00
|
|
|
"https://*.yandex.com.tr/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.yandex.com/*",
|
|
|
|
"https://*.yandex.ee/*",
|
|
|
|
"https://*.yandex.eu/*",
|
2024-02-18 06:59:11 +00:00
|
|
|
"https://*.yandex.fr/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.yandex.kz/*",
|
2024-02-18 06:59:11 +00:00
|
|
|
"https://*.yandex.lt/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.yandex.lv/*",
|
2024-02-18 06:59:11 +00:00
|
|
|
"https://*.yandex.md/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.yandex.ru/*",
|
2024-02-18 06:59:11 +00:00
|
|
|
"https://*.yandex.tj/*",
|
2024-02-23 21:41:18 +00:00
|
|
|
"https://*.yandex.tm/*",
|
|
|
|
"https://*.yandex.uz/*",
|
2023-02-06 00:48:53 +00:00
|
|
|
"https://www.google.com/search*",
|
|
|
|
"https://www.google.ad/search*",
|
|
|
|
"https://www.google.ae/search*",
|
|
|
|
"https://www.google.com.af/search*",
|
|
|
|
"https://www.google.com.ag/search*",
|
|
|
|
"https://www.google.com.ai/search*",
|
|
|
|
"https://www.google.al/search*",
|
|
|
|
"https://www.google.am/search*",
|
|
|
|
"https://www.google.co.ao/search*",
|
|
|
|
"https://www.google.com.ar/search*",
|
|
|
|
"https://www.google.as/search*",
|
|
|
|
"https://www.google.at/search*",
|
|
|
|
"https://www.google.com.au/search*",
|
|
|
|
"https://www.google.az/search*",
|
|
|
|
"https://www.google.ba/search*",
|
|
|
|
"https://www.google.com.bd/search*",
|
|
|
|
"https://www.google.be/search*",
|
|
|
|
"https://www.google.bf/search*",
|
|
|
|
"https://www.google.bg/search*",
|
|
|
|
"https://www.google.com.bh/search*",
|
|
|
|
"https://www.google.bi/search*",
|
|
|
|
"https://www.google.bj/search*",
|
|
|
|
"https://www.google.com.bn/search*",
|
|
|
|
"https://www.google.com.bo/search*",
|
|
|
|
"https://www.google.com.br/search*",
|
|
|
|
"https://www.google.bs/search*",
|
|
|
|
"https://www.google.bt/search*",
|
|
|
|
"https://www.google.co.bw/search*",
|
|
|
|
"https://www.google.by/search*",
|
|
|
|
"https://www.google.com.bz/search*",
|
|
|
|
"https://www.google.ca/search*",
|
|
|
|
"https://www.google.cd/search*",
|
|
|
|
"https://www.google.cf/search*",
|
|
|
|
"https://www.google.cg/search*",
|
|
|
|
"https://www.google.ch/search*",
|
|
|
|
"https://www.google.ci/search*",
|
|
|
|
"https://www.google.co.ck/search*",
|
|
|
|
"https://www.google.cl/search*",
|
|
|
|
"https://www.google.cm/search*",
|
|
|
|
"https://www.google.cn/search*",
|
|
|
|
"https://www.google.com.co/search*",
|
|
|
|
"https://www.google.co.cr/search*",
|
|
|
|
"https://www.google.com.cu/search*",
|
|
|
|
"https://www.google.cv/search*",
|
|
|
|
"https://www.google.com.cy/search*",
|
|
|
|
"https://www.google.cz/search*",
|
|
|
|
"https://www.google.de/search*",
|
|
|
|
"https://www.google.dj/search*",
|
|
|
|
"https://www.google.dk/search*",
|
|
|
|
"https://www.google.dm/search*",
|
|
|
|
"https://www.google.com.do/search*",
|
|
|
|
"https://www.google.dz/search*",
|
|
|
|
"https://www.google.com.ec/search*",
|
|
|
|
"https://www.google.ee/search*",
|
|
|
|
"https://www.google.com.eg/search*",
|
|
|
|
"https://www.google.es/search*",
|
|
|
|
"https://www.google.com.et/search*",
|
|
|
|
"https://www.google.fi/search*",
|
|
|
|
"https://www.google.com.fj/search*",
|
|
|
|
"https://www.google.fm/search*",
|
|
|
|
"https://www.google.fr/search*",
|
|
|
|
"https://www.google.ga/search*",
|
|
|
|
"https://www.google.ge/search*",
|
|
|
|
"https://www.google.gg/search*",
|
|
|
|
"https://www.google.com.gh/search*",
|
|
|
|
"https://www.google.com.gi/search*",
|
|
|
|
"https://www.google.gl/search*",
|
|
|
|
"https://www.google.gm/search*",
|
|
|
|
"https://www.google.gr/search*",
|
|
|
|
"https://www.google.com.gt/search*",
|
|
|
|
"https://www.google.gy/search*",
|
|
|
|
"https://www.google.com.hk/search*",
|
|
|
|
"https://www.google.hn/search*",
|
|
|
|
"https://www.google.hr/search*",
|
|
|
|
"https://www.google.ht/search*",
|
|
|
|
"https://www.google.hu/search*",
|
|
|
|
"https://www.google.co.id/search*",
|
|
|
|
"https://www.google.ie/search*",
|
|
|
|
"https://www.google.co.il/search*",
|
|
|
|
"https://www.google.im/search*",
|
|
|
|
"https://www.google.co.in/search*",
|
|
|
|
"https://www.google.iq/search*",
|
|
|
|
"https://www.google.is/search*",
|
|
|
|
"https://www.google.it/search*",
|
|
|
|
"https://www.google.je/search*",
|
|
|
|
"https://www.google.com.jm/search*",
|
|
|
|
"https://www.google.jo/search*",
|
|
|
|
"https://www.google.co.jp/search*",
|
|
|
|
"https://www.google.co.ke/search*",
|
|
|
|
"https://www.google.com.kh/search*",
|
|
|
|
"https://www.google.ki/search*",
|
|
|
|
"https://www.google.kg/search*",
|
|
|
|
"https://www.google.co.kr/search*",
|
|
|
|
"https://www.google.com.kw/search*",
|
|
|
|
"https://www.google.kz/search*",
|
|
|
|
"https://www.google.la/search*",
|
|
|
|
"https://www.google.com.lb/search*",
|
|
|
|
"https://www.google.li/search*",
|
|
|
|
"https://www.google.lk/search*",
|
|
|
|
"https://www.google.co.ls/search*",
|
|
|
|
"https://www.google.lt/search*",
|
|
|
|
"https://www.google.lu/search*",
|
|
|
|
"https://www.google.lv/search*",
|
|
|
|
"https://www.google.com.ly/search*",
|
|
|
|
"https://www.google.co.ma/search*",
|
|
|
|
"https://www.google.md/search*",
|
|
|
|
"https://www.google.me/search*",
|
|
|
|
"https://www.google.mg/search*",
|
|
|
|
"https://www.google.mk/search*",
|
|
|
|
"https://www.google.ml/search*",
|
|
|
|
"https://www.google.com.mm/search*",
|
|
|
|
"https://www.google.mn/search*",
|
|
|
|
"https://www.google.ms/search*",
|
|
|
|
"https://www.google.com.mt/search*",
|
|
|
|
"https://www.google.mu/search*",
|
|
|
|
"https://www.google.mv/search*",
|
|
|
|
"https://www.google.mw/search*",
|
|
|
|
"https://www.google.com.mx/search*",
|
|
|
|
"https://www.google.com.my/search*",
|
|
|
|
"https://www.google.co.mz/search*",
|
|
|
|
"https://www.google.com.na/search*",
|
|
|
|
"https://www.google.com.ng/search*",
|
|
|
|
"https://www.google.com.ni/search*",
|
|
|
|
"https://www.google.ne/search*",
|
|
|
|
"https://www.google.nl/search*",
|
|
|
|
"https://www.google.no/search*",
|
|
|
|
"https://www.google.com.np/search*",
|
|
|
|
"https://www.google.nr/search*",
|
|
|
|
"https://www.google.nu/search*",
|
|
|
|
"https://www.google.co.nz/search*",
|
|
|
|
"https://www.google.com.om/search*",
|
|
|
|
"https://www.google.com.pa/search*",
|
|
|
|
"https://www.google.com.pe/search*",
|
|
|
|
"https://www.google.com.pg/search*",
|
|
|
|
"https://www.google.com.ph/search*",
|
|
|
|
"https://www.google.com.pk/search*",
|
|
|
|
"https://www.google.pl/search*",
|
|
|
|
"https://www.google.pn/search*",
|
|
|
|
"https://www.google.com.pr/search*",
|
|
|
|
"https://www.google.ps/search*",
|
|
|
|
"https://www.google.pt/search*",
|
|
|
|
"https://www.google.com.py/search*",
|
|
|
|
"https://www.google.com.qa/search*",
|
|
|
|
"https://www.google.ro/search*",
|
|
|
|
"https://www.google.ru/search*",
|
|
|
|
"https://www.google.rw/search*",
|
|
|
|
"https://www.google.com.sa/search*",
|
|
|
|
"https://www.google.com.sb/search*",
|
|
|
|
"https://www.google.sc/search*",
|
|
|
|
"https://www.google.se/search*",
|
|
|
|
"https://www.google.com.sg/search*",
|
|
|
|
"https://www.google.sh/search*",
|
|
|
|
"https://www.google.si/search*",
|
|
|
|
"https://www.google.sk/search*",
|
|
|
|
"https://www.google.com.sl/search*",
|
|
|
|
"https://www.google.sn/search*",
|
|
|
|
"https://www.google.so/search*",
|
|
|
|
"https://www.google.sm/search*",
|
|
|
|
"https://www.google.sr/search*",
|
|
|
|
"https://www.google.st/search*",
|
|
|
|
"https://www.google.com.sv/search*",
|
|
|
|
"https://www.google.td/search*",
|
|
|
|
"https://www.google.tg/search*",
|
|
|
|
"https://www.google.co.th/search*",
|
|
|
|
"https://www.google.com.tj/search*",
|
|
|
|
"https://www.google.tl/search*",
|
|
|
|
"https://www.google.tm/search*",
|
|
|
|
"https://www.google.tn/search*",
|
|
|
|
"https://www.google.to/search*",
|
|
|
|
"https://www.google.com.tr/search*",
|
|
|
|
"https://www.google.tt/search*",
|
|
|
|
"https://www.google.com.tw/search*",
|
|
|
|
"https://www.google.co.tz/search*",
|
|
|
|
"https://www.google.com.ua/search*",
|
|
|
|
"https://www.google.co.ug/search*",
|
|
|
|
"https://www.google.co.uk/search*",
|
|
|
|
"https://www.google.com.uy/search*",
|
|
|
|
"https://www.google.co.uz/search*",
|
|
|
|
"https://www.google.com.vc/search*",
|
|
|
|
"https://www.google.co.ve/search*",
|
|
|
|
"https://www.google.vg/search*",
|
|
|
|
"https://www.google.co.vi/search*",
|
|
|
|
"https://www.google.com.vn/search*",
|
|
|
|
"https://www.google.vu/search*",
|
|
|
|
"https://www.google.ws/search*",
|
|
|
|
"https://www.google.rs/search*",
|
|
|
|
"https://www.google.co.za/search*",
|
|
|
|
"https://www.google.co.zm/search*",
|
|
|
|
"https://www.google.co.zw/search*",
|
|
|
|
"https://www.google.cat/search*"
|
|
|
|
],
|
|
|
|
"js": [
|
2024-01-11 04:27:23 +00:00
|
|
|
"scripts/common-functions.js",
|
|
|
|
"scripts/content-search-filtering.js"
|
2023-07-25 06:17:46 +00:00
|
|
|
],
|
|
|
|
"run_at": "document_start"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://*.fandom.com/*",
|
|
|
|
"https://*.fextralife.com/*",
|
2024-02-17 05:51:16 +00:00
|
|
|
"https://*.neoseeker.com/*",
|
2023-07-25 06:17:46 +00:00
|
|
|
"https://breezewiki.com/*",
|
|
|
|
"https://antifandom.com/*",
|
|
|
|
"https://bw.artemislena.eu/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://breezewiki.catsarch.com/*",
|
|
|
|
"https://breezewiki.esmailelbob.xyz/*",
|
|
|
|
"https://breezewiki.frontendfriendly.xyz/*",
|
2023-07-25 06:17:46 +00:00
|
|
|
"https://bw.hamstro.dev/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://breeze.hostux.net/*",
|
|
|
|
"https://breezewiki.hyperreal.coffee/*",
|
|
|
|
"https://breeze.mint.lgbt/*",
|
|
|
|
"https://breezewiki.nadeko.net/*",
|
2023-07-25 06:17:46 +00:00
|
|
|
"https://nerd.whatever.social/*",
|
2023-07-26 18:04:45 +00:00
|
|
|
"https://breeze.nohost.network/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://z.opnxng.com/*",
|
|
|
|
"https://bw.projectsegfau.lt/*",
|
|
|
|
"https://breezewiki.pussthecat.org/*",
|
|
|
|
"https://bw.vern.cc/*",
|
|
|
|
"https://breeze.whateveritworks.org/*",
|
|
|
|
"https://breezewiki.woodland.cafe/*"
|
2023-07-25 06:17:46 +00:00
|
|
|
],
|
|
|
|
"js": [
|
2024-01-11 04:27:23 +00:00
|
|
|
"scripts/common-functions.js",
|
|
|
|
"scripts/content-banners.js"
|
2023-02-06 00:48:53 +00:00
|
|
|
],
|
|
|
|
"run_at": "document_start"
|
2024-01-04 08:36:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://breezewiki.com/*",
|
|
|
|
"https://antifandom.com/*",
|
|
|
|
"https://bw.artemislena.eu/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://breezewiki.catsarch.com/*",
|
|
|
|
"https://breezewiki.esmailelbob.xyz/*",
|
|
|
|
"https://breezewiki.frontendfriendly.xyz/*",
|
2024-01-04 08:36:26 +00:00
|
|
|
"https://bw.hamstro.dev/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://breeze.hostux.net/*",
|
|
|
|
"https://breezewiki.hyperreal.coffee/*",
|
|
|
|
"https://breeze.mint.lgbt/*",
|
|
|
|
"https://breezewiki.nadeko.net/*",
|
2024-01-04 08:36:26 +00:00
|
|
|
"https://nerd.whatever.social/*",
|
|
|
|
"https://breeze.nohost.network/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://z.opnxng.com/*",
|
|
|
|
"https://bw.projectsegfau.lt/*",
|
|
|
|
"https://breezewiki.pussthecat.org/*",
|
|
|
|
"https://bw.vern.cc/*",
|
|
|
|
"https://breeze.whateveritworks.org/*",
|
|
|
|
"https://breezewiki.woodland.cafe/*"
|
2024-01-04 08:36:26 +00:00
|
|
|
],
|
|
|
|
"js": [
|
2024-01-11 04:27:23 +00:00
|
|
|
"scripts/common-functions.js",
|
|
|
|
"scripts/content-breezewiki.js"
|
2024-01-04 08:36:26 +00:00
|
|
|
],
|
|
|
|
"run_at": "document_end"
|
2023-02-06 00:48:53 +00:00
|
|
|
}
|
|
|
|
],
|
2023-04-29 05:43:24 +00:00
|
|
|
"host_permissions": [
|
2023-09-18 03:46:56 +00:00
|
|
|
"https://*.fandom.com/*",
|
|
|
|
"https://*.fextralife.com/*",
|
2024-02-17 05:51:16 +00:00
|
|
|
"https://*.neoseeker.com/*",
|
2023-04-29 05:43:24 +00:00
|
|
|
"https://breezewiki.com/*",
|
|
|
|
"https://antifandom.com/*",
|
2023-06-27 08:12:42 +00:00
|
|
|
"https://bw.artemislena.eu/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://breezewiki.catsarch.com/*",
|
|
|
|
"https://breezewiki.esmailelbob.xyz/*",
|
|
|
|
"https://breezewiki.frontendfriendly.xyz/*",
|
2023-06-27 08:12:42 +00:00
|
|
|
"https://bw.hamstro.dev/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://breeze.hostux.net/*",
|
|
|
|
"https://breezewiki.hyperreal.coffee/*",
|
|
|
|
"https://breeze.mint.lgbt/*",
|
|
|
|
"https://breezewiki.nadeko.net/*",
|
2023-06-27 08:12:42 +00:00
|
|
|
"https://nerd.whatever.social/*",
|
2023-07-26 18:04:45 +00:00
|
|
|
"https://breeze.nohost.network/*",
|
2024-02-20 08:11:51 +00:00
|
|
|
"https://z.opnxng.com/*",
|
|
|
|
"https://bw.projectsegfau.lt/*",
|
|
|
|
"https://breezewiki.pussthecat.org/*",
|
|
|
|
"https://bw.vern.cc/*",
|
|
|
|
"https://breeze.whateveritworks.org/*",
|
|
|
|
"https://breezewiki.woodland.cafe/*"
|
2023-04-29 05:43:24 +00:00
|
|
|
],
|
2023-11-27 03:00:08 +00:00
|
|
|
"optional_host_permissions": ["https://*/*"],
|
2024-02-14 09:11:06 +00:00
|
|
|
"minimum_chrome_version": "88",
|
2023-02-06 00:48:53 +00:00
|
|
|
"manifest_version": 3
|
2023-11-10 19:45:15 +00:00
|
|
|
}
|