-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanime-notes.json
More file actions
53 lines (53 loc) · 1.59 KB
/
anime-notes.json
File metadata and controls
53 lines (53 loc) · 1.59 KB
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
{
"id": "anime-notes",
"name": "Anime Notes",
"version": "2.0.2",
"semverConstraint": ">=2.9.3",
"manifestURI": "https://raw.githubusercontent.com/faddix/anime-notes/main/anime-notes.json",
"language": "typescript",
"type": "plugin",
"description": "✏️ Add personal notes to anime.",
"author": "Faddix, Bas1874",
"icon": "https://raw.githubusercontent.com/faddix/anime-notes/main/src/notepad.png",
"website": "https://github.com/faddix/anime-notes",
"lang": "multi",
"payloadURI": "https://raw.githubusercontent.com/faddix/anime-notes/main/AnimeNotes.ts",
"plugin": {
"version": "1",
"permissions": {
"scopes": [
"storage",
"anilist",
"anilist-token",
"database"
]
}
},
"userConfig": {
"requiresConfig": true,
"version": 2,
"fields": [
{
"name": "mode",
"label": "Storage Mode",
"type": "select",
"default": "dual-view",
"options": [
{
"label": "Local only",
"value": "local-only"
},
{
"label": "AniList only",
"value": "anilist-only"
},
{
"label": "Local & AniList",
"value": "dual-view"
}
]
}
]
},
"isDevelopment": false
}