-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 743 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 743 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
{
"name": "FireSSB",
"description": "__MSG_manifestDescription__",
"version": "0.5.0",
"manifest_version": 3,
"icons": {
"16": "/assets/app/16.png",
"32": "/assets/app/32.png",
"48": "/assets/app/48.png",
"128": "/assets/app/128.png",
"144": "/assets/app/144.png",
"192": "/assets/app/192.png",
"512": "/assets/app/512.png",
"1024": "/assets/app/1024.png"
},
"author": "malisipi",
"action": {
"default_popup": "index.html",
"default_title": "FireSSB"
},
"permissions": [
"tabs"
],
"optional_permissions": [
"bookmarks"
],
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "firessb@malisipi.github.io",
"data_collection_permissions": {
"required": ["none"]
}
}
}
}