-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 815 Bytes
/
manifest.json
File metadata and controls
42 lines (42 loc) · 815 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
35
36
37
38
39
40
41
42
{
"name": "Clicklate Kolay Sözlük",
"version": "1.1.4",
"manifest_version": 3,
"description": "Chrome için kolay çeviri/sözlük eklentisi",
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"preloader.gif"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"contextMenus",
"activeTab",
"scripting"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"16": "clicklate-logo-16.png",
"48": "clicklate-logo-48.png",
"128": "clicklate-logo-128.png"
},
"commands": {
"search-phrase": {
"suggested_key": {
"default": "Ctrl+M",
"mac": "MacCtrl+M"
},
"description": "Seçili metni ara"
}
}
}