-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (28 loc) · 750 Bytes
/
Copy pathmanifest.json
File metadata and controls
34 lines (28 loc) · 750 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
{
"manifest_version": 2,
"name": "vketnoi.com",
"version": "0.0.1",
"description": "Follow the news.",
"icons": {
"16": "like.ico",
"128": "favicon.ico"
},
"minimum_chrome_version": "16",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "favicon.ico",
"default_title": "Vketnoi.com",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"tabs",
"*://*/*",
"cookies",
"*://*.vketnoi.com/*",
"*://localhost.org/*"
],
"background": {
"scripts": ["jquery-1.9.1.min.js", "config.js" ,"background.js", "menu.js"]
}
}