-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (33 loc) · 838 Bytes
/
manifest.json
File metadata and controls
34 lines (33 loc) · 838 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": 3,
"name": "Kovacs - Altered Carbon",
"version": "0.1.1",
"description": "Alters Carbon app adding a side-card to include a title and description.",
"permissions": [ "activeTab",
"tabs"],
"icons": {
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"action": {
"default_popup": "kovacs.html"
},
"content_scripts": [
{
"js": [
"scripts/content.js"
],
"css": [
"styles/kovacs.css"
],
"matches": [
"https://carbon.now.sh/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{149c86ef-527e-4fc9-8ae0-554392c0e5c0}"
}
}
}