-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
68 lines (68 loc) · 2.65 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"manifest_version": 3,
"author": "Kiritokatklian",
"developer": {
"name": "Kurozora",
"url": "https://github.com/kurozora/kurozora-extension"
},
"homepage_url": "https://github.com/kurozora/kurozora-extension",
"name": "Kurozora — Anime/Manga/Game",
"short_name": "Kurozora",
"version": "1.0.1",
"description": "Search Kurozora for anime, manga, games, characters, voice actors, songs, studios and more!",
"icons": {
"48": "/img/icon.webp",
"96": "/img/[email protected]"
},
"action": {
"default_popup": "entrypoints/popup/index.html",
"default_icon": {
"48": "/img/icon.webp",
"96": "/img/[email protected]"
}
},
"background": {
"{{chrome}}.service_worker": "entrypoints/background.js",
"{{firefox}}.scripts": ["entrypoints/background.js"],
"type": "module"
},
"content_security_policy": {
"extension_pages": "default-src 'none'; object-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.bunny.net/; font-src 'self' https://fonts.bunny.net/; img-src 'self' data: blob:;"
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"search"
],
"host_permissions": [
"https://*.kurozora.app/"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Kurozora",
"search_url": "https://kurozora.app/search?q={searchTerms}",
"{{chrome}}.alternate_urls": [
"https://kurozora.app/search?q={searchTerms}&type=literatures",
"https://kurozora.app/search?q={searchTerms}&type=games",
"https://kurozora.app/search?q={searchTerms}&type=episodes",
"https://kurozora.app/search?q={searchTerms}&type=characters",
"https://kurozora.app/search?q={searchTerms}&type=people",
"https://kurozora.app/search?q={searchTerms}&type=songs",
"https://kurozora.app/search?q={searchTerms}&type=studios",
"https://kurozora.app/search?q={searchTerms}&type=users",
"https://kurozora.app/search?q={searchTerms}&scope=library",
"https://kurozora.app/search?q={searchTerms}&scope=library&type=literatures",
"https://kurozora.app/search?q={searchTerms}&scope=library&type=games"
],
"keyword": "k",
"favicon_url": "/img/favicon.ico"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{84BCDD02-DB50-4C24-9037-7008F4C848F5}",
"strict_min_version": "109.0"
}
}
}