-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 796 Bytes
/
Copy pathmanifest.json
File metadata and controls
36 lines (36 loc) · 796 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
{
"name": "SnapOCR",
"version": "0.0.13",
"manifest_version": 2,
"description": "Image to Text just click and crop",
"icons": {
"16": "images/ic-16.png",
"128": "images/ic-128.png"
},
"background": {
"scripts": [
"scripts/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images/ic-19.png",
"38": "images/ic-38.png"
},
"default_title": "SnapOCR"
},
"omnibox": {
"keyword": "SnapOCR"
},
"permissions": [
"tabs",
"activeTab",
"http://*/*",
"https://*/*",
"https://translate.google.com/"
],
"web_accessible_resources": [
"web_images/*",
"styles/*"
]
}