File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ import { KomgaExtension } from "../Komga/komga.js" ;
2+
3+ export const Komga_2 = new KomgaExtension ( )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments