-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathmanifest.json
More file actions
79 lines (79 loc) · 1.76 KB
/
manifest.json
File metadata and controls
79 lines (79 loc) · 1.76 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{8845E3B3-E8FB-40E2-95E9-EC40294818C4}",
"update_url": "https://raw.githubusercontent.com/jobisoft/quicktext/refs/heads/Main/updates.json",
"strict_min_version": "128.0",
"strict_max_version": "150.*"
}
},
"name": "Quicktext",
"version": "6.5.3",
"author": "John Bieling",
"homepage_url": "https://github.com/jobisoft/quicktext",
"default_locale": "en-US",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "assets/icon16.png",
"24": "assets/icon24.png",
"32": "assets/icon.png"
},
"options_ui": {
"page": "dialogs/options/options.html"
},
"compose_action": {
"default_title": "Quicktext",
"type": "menu",
"default_label": "",
"default_icon": {
"16": "assets/icon16.png",
"24": "assets/icon24.png",
"32": "assets/icon.png"
}
},
"browser_action": {
"default_title": "Quicktext",
"default_label": "",
"default_icon": {
"16": "assets/icon16.png",
"24": "assets/icon24.png",
"32": "assets/icon.png"
}
},
"permissions": [
"storage",
"menus",
"compose",
"clipboardRead",
"accountsRead",
"addressBooks",
"messagesRead",
"downloads",
"notifications",
"management",
"<all_urls>"
],
"background": {
"type": "module",
"scripts": [
"scripts/background.js"
]
},
"experiment_apis": {
"FileSystemAccess": {
"schema": "api/FileSystemAccess/schema.json",
"parent": {
"scopes": [
"addon_parent"
],
"paths": [
[
"FileSystemAccess"
]
],
"script": "api/FileSystemAccess/implementation.js"
}
}
}
}