-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
59 lines (57 loc) · 1.28 KB
/
Copy pathmanifest.json
File metadata and controls
59 lines (57 loc) · 1.28 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
{
"name" : "Gtalklet",
"version" : "0.6.2.4",
"minimum_chrome_version" : "11",
"default_locale" : "en",
"icons" : {
"16" : "icon.png",
"48" : "icon48.png",
"128" : "icon128.png"
},
"description" : "__MSG_gtalkletDescription__",
"page_action" : {
"default_title" : "Gtalklet"
},
"background_page" : "html/background.html",
"options_page" : "options/index.html",
"content_scripts" : [
{
"matches" : ["http://*/*", "https://*/*", "file://*"],
"run_at" : "document_end",
"css" : ["css/style.css"],
"js" : [
"js/jquery.js",
"js/tab/micro-templating.js",
"js/tab/autolink.js",
"js/tab/assistant.js",
"js/tab/follower.js",
"js/tab/jquery.switchToClass.js",
"js/tab/jquery.blockUI.js",
"js/tab/jquery.scrollbarWidth.js",
"js/tab/jquery.scrollTo.js",
"js/tab/jquery.tinyscrollbar.js",
"js/tab/jquery.gtalkMarkdown.js",
"js/tab/jquery.urlToImg.js",
"js/gtalklet.js",
"js/features/xmpp/v.js",
"js/features/xmpp_invite/v.js",
"js/features/gtalk/v.js",
"js/features/image/v.js",
"js/features/shared_status/v.js",
"js/tab/align.js"
],
"exclude_globs" : [
"*://chrome.google.com/webstore/*",
"about:blank"
]
}
],
"permissions" : [
"tabs",
"notifications",
"idle",
"cookies",
"http://*/",
"https://*/"
]
}