-
Notifications
You must be signed in to change notification settings - Fork 16
/
manifest.json
105 lines (105 loc) · 3.35 KB
/
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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.6.6",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
"activeTab",
"clipboardWrite",
"contextualIdentities",
"cookies",
"menus",
"notifications",
"storage",
"tabs"
],
"optional_permissions": [
"<all_urls>"
],
"icons": {
"16": "/resources/Copy.svg#default",
"20": "/resources/Copy.svg#default",
"24": "/resources/Copy.svg#default",
"32": "/resources/Copy.svg#default"
},
"background": {
"page": "background/background.html"
},
"commands": {
"copySelectedTabs": {
"description": "__MSG_command_copySelectedTabs__"
},
"copySelectedTabsWithFormat0": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat1": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat2": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat3": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat4": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat5": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat6": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat7": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat8": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat9": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat10": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat11": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat12": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat13": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat14": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat15": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat16": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat17": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat18": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
},
"copySelectedTabsWithFormat19": {
"description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
}
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"default_locale": "en",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "67.0"
}
}
}