-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
47 lines (46 loc) · 876 Bytes
/
manifest.json
File metadata and controls
47 lines (46 loc) · 876 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "18.3.100",
"applications": {
"gecko": {
"id": "info@powerfolder.com",
"strict_min_version": "68.2.1"
}
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "images/icon48.png"
},
"cloud_file": {
"name": "__MSG_serviceName__",
"data_format": "File",
"management_url": "management.html"
},
"experiment_apis": {
"authRequest": {
"schema": "api/authRequest.json",
"parent": {
"scopes": [
"addon_parent"
],
"paths": [
[
"authRequest"
]
],
"script": "api/authRequest.js"
}
}
},
"permissions": [
"<all_urls>",
"storage"
],
"default_locale": "en",
"manifest_version": 2
}