Implement settings (via Clay)
This commit is contained in:
21
package.json
21
package.json
@@ -1,24 +1,29 @@
|
||||
{
|
||||
"author": "RandyTheSilly",
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"@rebble/clay": "^1.0.8"
|
||||
},
|
||||
"keywords": [
|
||||
"jellyfin",
|
||||
"plex",
|
||||
"sleep"
|
||||
"sleep",
|
||||
"timeline",
|
||||
"health"
|
||||
],
|
||||
"capabilities": [
|
||||
"health"
|
||||
"health",
|
||||
"configurable"
|
||||
],
|
||||
"name": "1-more-episode",
|
||||
"pebble": {
|
||||
"displayName": "1 More Episode",
|
||||
"enableMultiJS": true,
|
||||
"messageKeys": [
|
||||
"JS_READY",
|
||||
"SLEEP_TIMESTAMP",
|
||||
"API_IS_PLEX",
|
||||
"API_KEY",
|
||||
"API_HOST"
|
||||
"CLAY_API_HOST",
|
||||
"CLAY_API_KEY",
|
||||
"CLAY_API_IS_JELLYFIN",
|
||||
"PKJS_READY",
|
||||
"PKJS_SLEEP_TIMESTAMP"
|
||||
],
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
|
||||
Reference in New Issue
Block a user