-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
57 lines (51 loc) · 1.45 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
{
"name": "terkait",
"version": "1.2.2",
"default_locale" : "en",
"description": "__MSG_extDesc__",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png"
},
"options_page": "resources/fancy-settings/index.html",
"browser_action": {
"default_icon": "icons/icon18.png",
"default_title": "__MSG_browserActDesc__"
},
"background_page": "background.html",
"content_scripts": [
{
"run_at" : "document_start",
"matches": ["http://*/*", "https://*/*"],
"css": ["terkait.css"],
"js": [
"lib/jquery-1.7.1.js",
"lib/underscore-1.3.1.js",
"lib/backbone-0.9.0.js",
"lib/vie-2.0.0_20120402151811.debug.js",
"lib/jquery.rdfquery.js",
"lib/jquery-ui-1.8.16.js",
"lib/vie.widget.image_search.js",
"lib/vie.widget.video_search.js",
"lib/vie.widget.news_search.js",
"lib/vie.annotate.js",
"lib/Hyphenator.js",
"lib/de.js",
"lib/en-gb.js",
"lib/en-us.js",
"terkait_util.js",
"terkait_rules.js",
"terkait_main.js",
"terkait_render.js",
"terkait_form_editor.js",
"terkait_communication.js"]
}
],
"permissions": [
"contextMenus", "tabs", "http://*/*", "https://*/*"
],
"homepage_url": "https://chrome.google.com/webstore/detail/jdfdjaijjmmidgflabhapjfhcgdiijpb",
"minimum_chrome_version": "17.0",
"offline_enabled": false
}