forked from Stellar-IndigoPay/Stellar-IndigoPay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 895 Bytes
/
Copy pathmanifest.json
File metadata and controls
35 lines (35 loc) · 895 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
35
{
"manifest_version": 3,
"name": "Stellar-IndigoPay Companion",
"version": "1.0.1",
"description": "Support verified climate projects on Stellar with a single click — 100% on-chain, zero fees.",
"action": {
"default_popup": "popup.html",
"default_title": "Stellar-IndigoPay"
},
"permissions": [
"storage",
"contextMenus"
],
"background": {
"service_worker": "dist/background.js"
},
"host_permissions": [
"https://api.stellar-indigopay.app/*"
],
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["dist/content-script.js"],
"css": ["inject/overlay.css"],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": ["inject/*"],
"matches": ["<all_urls>"]
}
],
"privacy_policy_url": "https://github.com/Stellar-IndigoPay/Stellar-IndigoPay/blob/main/PRIVACY.md"
}