-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
57 lines (57 loc) · 1.52 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": "\"nouvelle/nouveau\" Style",
"description": "This attempts to display both nouvelle-nouveau and bruitdefond-blog Tumblr blogs in the style they used to be. Currently in Beta.",
"version": "0.1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*://nouvelle-nouveau.tumblr.com/*",
"*://bruitdefond-blog.tumblr.com/*",
"*://themecloudsupport.tumblr.com/*"
],
"exclude_matches": [ "*://*/archive", "*://*/archive*" ],
"css": [ "themecloud/core.css", "localcss.css" ],
"js": [
"googleapis/jquery.min.js",
"googleapis/jquery-ui.min.js",
"themecloud/easing.js",
"themecloud/jquery.tipsy.js",
"themecloud/getjs.asp",
"themecloud/common.js",
"themecloud/totop.js",
"tumblr/untitled.js",
"tumblr/jquery.lazyload.js",
"tumblr/tumblelog_post_message_queue.js",
"tumblr/cufon.js",
"tumblr/bebas.js",
"localscript1.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"themecloud/reblog.png",
"themecloud/left.png",
"themecloud/like.png",
"themecloud/like2.png",
"themecloud/middle.png",
"themecloud/right.png",
"themecloud/shadow600.png",
"themecloud/totop_1.png"
],
"matches": [
"*://nouvelle-nouveau.tumblr.com/*",
"*://bruitdefond-blog.tumblr.com/*",
"*://themecloudsupport.tumblr.com/*"
]
}
],
"icons": {
"16": "icon/icon_16.png",
"32": "icon/icon_32.png",
"48": "icon/icon_48.png",
"128": "icon/icon_128.png"
}
}