-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrush.yml
36 lines (28 loc) · 813 Bytes
/
rush.yml
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
# For a detailed info on this file and supported fields, check out the below link:
# https://github.com/ShreyashSaitwal/rush-cli/wiki/Metadata-File
---
name: LyricViewer
description: Lyrics Player for Music Apps ( lrc ).
homepage: https://github.com/jaxparrow07/LyricViewerExtension
version:
number: auto
name: '1.1'
authors:
- Jaxparrow
build:
release:
# Optimizes the extension on every release build.
optimize: true
# If enabled, you will be able to use Java 8 language features in your extension.
desugar:
enable: false
desugar_deps: false
assets:
# Extension icon. This can be a URL or a local image in 'assets' folder.
icon: icon.png
# Extension assets.
other:
- def_lyric_play_button.png
# Extension dependencies (JAR).
# deps:
# - my_awesome_library.jar