forked from altair-graphql/altair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cwex.yml
37 lines (37 loc) · 1.19 KB
/
cwex.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
37
include:
- packages/altair-app/dist/*
- chrome-ext-files/*
exclude:
- dist\/stats\.json
- dist\/assets\/img\/readme
outDir: extension-builds
outFile: build.zip
beforeCompile: bin/ext-update-index.js
manifestOptions:
name: Altair GraphQL Client
short_name: Altair
description: A beautiful feature-rich GraphQL client for all platforms
version: 5.0.22
icons:
16: assets/img/altair_logo_128.png
48: assets/img/altair_logo_128.png
128: assets/img/altair_logo_128.png
browser_action:
default_icon: assets/img/altair_logo_128.png
permissions:
- http://*/
- https://*/
- tabs
- storage
- notifications
content_security_policy: "script-src 'self' 'sha256-765ndVO8s0mJNdlCDVQJVuWyBpugFWusu1COU8BNbI8=' 'sha256-kFTKSG2YSVB69S6DWzferO6LmwbqfHmYBTqvVbPEp4I=' https://cdn.jsdelivr.net https://apis.google.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com localhost:* http://localhost:8002 http://localhost:8080; object-src 'self';"
background:
scripts:
- js/background.js
options_ui:
page: options.html
open_in_tab: false
offline_enabled: true
browser_specific_settings:
gecko:
strict_min_version: '60.0'