-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 887 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 887 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
{
"manifest_version" : 2,
"name" : "uFull",
"description" : "Maximize your entertainment for YouTube/Vimeo/Facebook/DailyMotion Videos",
"version" : "0.9.6",
"browser_action" : {
"default_icon" : "resources/video_red_24.png",
"default_popup" : "popup.html"
},
"permissions" : [
"tabs",
"bookmarks",
"activeTab"
],
"icons" : {
"16" : "resources/video_red_16.png",
"24" : "resources/video_red_24.png",
"32" : "resources/video_red_32.png",
"48" : "resources/video_red_48.png",
"64" : "resources/video_red_64.png",
"72" : "resources/video_red_72.png",
"96" : "resources/video_red_96.png",
"128" : "resources/video_red_128.png"
},
"content_security_policy": "script-src 'self' https://code.jquery.com/qunit/qunit-1.18.0.js; object-src 'self'"
}