-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmozilla-manfest.json
More file actions
37 lines (37 loc) · 949 Bytes
/
mozilla-manfest.json
File metadata and controls
37 lines (37 loc) · 949 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
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "DashX",
"version": "22.2.3",
"description": "__MSG_extensionDesc__",
"author": "Pro Bandey",
"homepage_url": "https://github.com/Pro-Bandey/DashX",
"default_locale": "en",
"icons": {
"128": "src/assets/favicons/favicon-128x128.png"
},
"chrome_settings_overrides": {},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": {
"128": "src/assets/favicons/favicon-128x128.png"
},
"default_title": "__MSG_extensionName__"
},
"background": {
"scripts": ["src/scripts/service-worker.js"]
},
"permissions": ["storage"],
"optional_permissions": ["bookmarks", "topSites", "search"],
"browser_specific_settings": {
"gecko": {
"id": "dashx@pro-bandey.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": ["none"]
}
}
}
}