Skip to content

Commit 5ed53af

Browse files
committed
add another instance of Komga
1 parent bd5cdc6 commit 5ed53af

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

src/Komga_2/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { KomgaExtension } from "../Komga/komga.js";
2+
3+
export const Komga_2 = new KomgaExtension()

src/Komga_2/pbconfig.ts

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
import {
2+
ContentRating,
3+
type ExtensionInfo,
4+
SourceIntents,
5+
} from '@paperback/types'
6+
7+
export default {
8+
version: '2.2',
9+
name: 'Komga_2',
10+
icon: 'icon.png',
11+
developers: [
12+
{
13+
name: 'Faizan Durrani',
14+
github: 'FaizanDurrani',
15+
},
16+
{
17+
name: 'Lemon',
18+
github: 'FramboisePi',
19+
},
20+
],
21+
description: 'Secondary Komga client extension for Paperback',
22+
contentRating: ContentRating.EVERYONE,
23+
badges: [
24+
{
25+
label: 'Self hosted',
26+
backgroundColor: '#000000',
27+
textColor: '#ffffff',
28+
},
29+
],
30+
capabilities: [
31+
SourceIntents.SEARCH_RESULTS_PROVIDING,
32+
SourceIntents.CHAPTER_PROVIDING,
33+
SourceIntents.SETTINGS_FORM_PROVIDING,
34+
SourceIntents.DISCOVER_SECIONS_PROVIDING,
35+
SourceIntents.CLOUDFLARE_BYPASS_PROVIDING
36+
],
37+
} satisfies ExtensionInfo

src/Komga_2/static/icon.png

71.9 KB
Loading

0 commit comments

Comments
 (0)