Initial code commit

This commit is contained in:
2026-04-07 00:51:07 -04:00
parent 74e95e7c16
commit b6dca80670
6 changed files with 249 additions and 0 deletions

40
package.json Normal file
View File

@@ -0,0 +1,40 @@
{
"author": "RandyTheSilly",
"dependencies": {},
"keywords": [
"jellyfin",
"plex",
"sleep"
],
"capabilities": [
"health"
],
"name": "one-more-episode",
"pebble": {
"displayName": "One More Episode",
"enableMultiJS": true,
"messageKeys": [
"APP_READY",
"SLEEP_TIME",
"API_FULL_URL"
],
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt",
"chalk",
"diorite",
"flint",
"emery",
"gabbro"
],
"uuid": "3097b48e-552c-4a78-92b2-566b9128640e",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}