-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (32 loc) · 720 Bytes
/
manifest.json
File metadata and controls
32 lines (32 loc) · 720 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
{
"name": "SimpleLiveCrypto",
"author": "Frédéric Pavageau",
"version": "0.1",
"homepage_url": "https://github.com/frederiiiic/SimpleLiveCrypto",
"description": "The extension to provide live data from CoinMarketCap the easiest way on the browser.",
"lang": "en",
"manifest_version": 2,
"applications": {
"gecko": {
"id": "fredericpavageau@gmail.com"
}
},
"background_color": "MintCream",
"browser_action": {
"default_title": "SimpleLiveCrypto",
"default_popup": "popup.htm",
"default_icon": {
"16": "ico16.png",
"32": "ico32.png",
"38": "ico38.png",
"64": "ico64.png"
}
},
"background": {
"scripts": [ "background.js" ],
"persistent": false
},
"permissions": [
"storage"
]
}