-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 1.11 KB
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"name": "Linkedin Demo",
"version": "1.1",
"description": "Works on Linked in Page",
"icons": { "16": "16.png", "48": "48.png", "128": "128.png" },
"permissions": ["storage", "tabs", "webNavigation","notifications"],
"background": {
"scripts": ["background.js"]
},
"content_scripts": [
{
"all_frames": false,
"js": [
"jquery-1.12.4.js",
"jquery-ui.js",
"knockout-3.2.0.js",
"index.js"
],
"matches": ["https://www.linkedin.com/*", "https://www.w3schools.com/*"]
}
],
"web_accessible_resources": [
"font-awesome-4.7.0/css/font-awesome.min.css",
"index.css",
"font-awesome-4.7.0/fonts/FontAwesome.otf",
"font-awesome-4.7.0/fonts/fontawesome-webfont.eot",
"font-awesome-4.7.0/fonts/fontawesome-webfont.svg",
"font-awesome-4.7.0/fonts/fontawesome-webfont.ttf",
"font-awesome-4.7.0/fonts/fontawesome-webfont.woff",
"font-awesome-4.7.0/fonts/fontawesome-webfont.woff2",
"jquery-1.12.4.js",
"jquery-ui.js",
"knockout-3.2.0.js",
"web.js",
"image_avatar.png",
"128.png"
],
"manifest_version": 2
}