-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
29 lines (29 loc) · 879 Bytes
/
manifest.json
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
{
"manifest_version": 2,
"name": "Cappello di stagnola",
"description": "Un cappello di stagnola per proteggere menti fragili dai pericoli della NEOLINGUA, del woke e da tutti i fantasmi che i vecchi e i nazisti incontrano nelle loro quotidiane peripezie in difesa della TRADIZIONE e di CRISTO",
"version": "0.1.1",
"author": "autoscatto",
"browser_specific_settings": {
"gecko": {
"id": "autoscatto@anche.no",
"strict_min_version": "78.0"
}
},
"permissions": [
"messagesRead",
"accountsRead",
"storage",
"menus",
"notifications",
"messagesModify"
],
"background": {
"page": "background.html"
},
"icons": {
"64": "images/internet.png",
"32": "images/internet-32px.png",
"16": "images/internet-16px.png"
}
}