-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 834 Bytes
/
Copy pathmanifest.json
File metadata and controls
34 lines (34 loc) · 834 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,
"browser_specific_settings": {
"gecko": {
"id": "tls-paranoia@gdr.name",
"strict_min_version": "78.0"
}
},
"name": "Paranoia",
"description": "Check if your emails arrived encrypted (and which corporations were able to read them nevertheless)",
"version": "0.4.1",
"icons": {
"32": "skin/good.png"
},
"web_accessible_resources": [
"skin/providers/*"
],
"permissions": [
"messagesRead"
],
"background": {
"scripts": ["content/background.js"],
"type": "module",
"persistent": false
},
"message_display_action": {
"default_popup": "content/popup.html",
"default_icon": "skin/neutral.png",
"default_title": "paranoia",
"default_label": " "
},
"author": "GDR!",
"homepage_url": "https://github.com/gjedeer/paranoia"
}