Skip to content

Commit

Permalink
Add Plex Marker Editor manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Apr 19, 2024
1 parent 1bacab5 commit cf24b70
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bucket/plex-marker-editor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "2.6.4",
"description": "View, edit, add, and delete intro and credit markers for your Plex media",
"homepage": "https://github.com/danrahn/MarkerEditorForPlex",
"license": "MIT",
"url": "https://github.com/danrahn/MarkerEditorForPlex/releases/download/v2.6.4/MarkerEditor.v2.6.4-win32-x64.zip",
"hash": "a1305f69efcf95abe17c50e75a3c23532f135727a83997f99ae8f4067b6dfa01",
"shortcuts": [
[
"MarkerEditor.exe",
"Plex Marker Editor"
]
],
"persist": [
"Backup",
"config.json"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/danrahn/MarkerEditorForPlex/releases/download/v$version/MarkerEditor.v$version-win32-x64.zip"
}
}

0 comments on commit cf24b70

Please sign in to comment.