forked from locomojis/Chromoji
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
34 lines (34 loc) · 875 Bytes
/
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
{
"name": "__MSG_extName__",
"description": "__MSG_desc__",
"manifest_version": 2,
"default_locale": "en_US",
"icons": {
"16": "icon16.png",
"19": "icon19.png",
"38": "icon38.png",
"48": "icon48.png",
"66": "icon-small.png",
"128": "icon128.png",
"256": "icon256.png"
},
"options_page": "options.html",
"background": {
"page": "background.html"
},
"content_scripts": [{
"all_frames": true,
"run_at": "document_start",
"matches": ["\u003Call_urls>"],
"css": ["emoji.css"],
"js": ["jquery-1.9.1.min.js", "common.js", "emoji.js"]
}],
"permissions": ["http://*/", "https://*/", "tabs", "storage"],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.0",
"web_accessible_resources": [
"Symbola_Hint.ttf",
"EmojiSymbols-Regular.woff",
"jquery.min.map"
]
}