-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rush.yml
35 lines (28 loc) · 940 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
# 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: SAF
description: Extension to access files using Storage Access Framework <br> Developed by Sunny Gupta
version:
number: auto
name: '1.3'
authors:
- vknow360
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
homepage: https://sunnythedeveloper.in
assets:
# Extension icon. This can be a URL or a local image in 'assets' folder.
icon: https://res.cloudinary.com/andromedaviewflyvipul/image/upload/c_scale,h_20,w_20/v1571472765/ktvu4bapylsvnykoyhdm.png
# Extension assets.
# other:
# - my_awesome_asset.anything
# Extension dependencies (JAR).
# deps:
# - my_awesome_library.jar