-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (28 loc) · 766 Bytes
/
manifest.json
File metadata and controls
28 lines (28 loc) · 766 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
{
"manifest_version": 2,
"version": "2.0",
"name": "Notifications Reader",
"description": "Notifications Reader for your Firefox OS",
"author": "Adrian Crespo",
"content_scripts": [
{
"matches": [
"app://system.gaiamobile.org/index.html"
],
"js": [
"scripts/notiReader.js"
]
}
],
"icons": {
"640": "/style/icons/640.png",
"512": "/style/icons/512.png",
"256": "/style/icons/256.png",
"128": "/style/icons/128.png",
"90": "/style/icons/90.png",
"64": "/style/icons/64.png",
"48": "/style/icons/48.png",
"32": "/style/icons/32.png",
"16": "/style/icons/16.png"
}
}