-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 805 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 805 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
{
"manifest_version": 2,
"name": "Squntt - Live",
"version": "0.98.5.3",
"description": "Extension de Squntt pour être informé quand ça Stream sa mère",
"icons": {
"16": "assets/icons/squntt_icon16.png",
"32": "assets/icons/squntt_icon32.png",
"48": "assets/icons/squntt_icon48.png",
"128": "assets/icons/squntt_icon128.png"
},
"author": "devleesch",
"permissions": [
"notifications",
"storage",
"background"
],
"options_ui": {
"page": "views/options/options.html"
},
"background": {
"scripts": [
"assets/js/jquery-3.4.1.min.js",
"init.js",
"app.js",
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Squntt_ - Hors-Ligne",
"default_popup": "views/popup/popup.html"
}
}