-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
34 lines (34 loc) · 890 Bytes
/
Copy pathsnapcraft.yaml
File metadata and controls
34 lines (34 loc) · 890 Bytes
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
apps:
open-in-mpv:
command: 'bin/open-in-mpv'
plugs:
- 'home'
- 'network'
- 'network-bind'
base: 'core24'
confinement: 'strict'
contact: 'https://github.com/Tatsh/open-in-mpv/issues'
description: 'Host-side of the extension to open any link or page URL in mpv via the browser context menu.'
donation: 'https://buymeacoffee.com/Tatsh'
grade: 'stable'
issues: 'https://github.com/Tatsh/open-in-mpv/issues'
license: 'MIT'
name: 'open-in-mpv'
parts:
open-in-mpv:
build-packages: []
plugin: 'python'
python-packages:
- '.'
source: '.'
stage-packages: []
platforms:
amd64:
build-on: 'amd64'
arm64:
build-on: 'arm64'
source-code: 'https://github.com/Tatsh/open-in-mpv'
summary: 'Open any link or page URL in mpv via the browser context menu.'
title: 'open-in-mpv'
version: '0.2.3'
website: 'https://tatsh.github.io/open-in-mpv/'