-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.json
86 lines (86 loc) · 2.88 KB
/
profile.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"layouts":{
"basic": {
"min":"0",
"max":"320"
},
"mobile": {
"min":"320",
"max":"640"
},
"tablet": {
"min":"640",
"max":"1024"
},
"desktop": {
"min":"1024",
"max":"10000"
}
},
"profiles":{
"Bot": {
"match":"#bot|borg|google|yahoo|slurp|msnbot|msrbot|openbot|archiver|netresearch|lycos|scooter|altavista|teoma|gigabot|baiduspider|blitzbot|oegp|charlotte|furlbot|http%20client|polybot|htdig|ichiro|mogimogi|larbin|pompos|scrubby|searchsight|seekbot|semanticdiscovery|silk|snappy|speedy|spider|voila|vortex|voyager|zao|zeal#i",
"profile":{"width":"1024","height":"768"}
},
"Default": {
"match":"#no-match-found#i",
"profile":{"width":"240","height":"320"}
},
"Desktop": {
"match":"#windows|macintosh|linux#i",
"profile":{"width":"1024","height":"768","color":"32"}
},
"iPhone": {
"match":"#iphone#i",
"profile":{"width":"320","height":"480","color":"32","xhr":"1","json":"1","svg":"1","font":"1","canvas":"1-text","video":"1-h264","touch":"1","offline":"1","location":"1","storage":"1"}
},
"iPad": {
"match":"#ipad#i",
"profile":{"width":"1024","height":"768","color":"32","xhr":"1","json":"1","svg":"1","font":"1","canvas":"1-text","video":"1-h264","touch":"1","offline":"1","location":"1","storage":"1"}
},
"Symbian^3": {
"match":"#symbian/3#i",
"profile":{"width":"360","height":"640","color":"16","xhr":"1","swf":"10.1.90","canvas":"1"}
},
"Symbian 9.4": {
"match":"#symbianos/9.4#i",
"profile":{"width":"360","height":"640","color":"16","xhr":"1","swf":"8.1.90","canvas":"1"}
},
"Symbian 9.3": {
"match":"#symbianos/9.3#i",
"profile":{"width":"240","height":"320","color":"16"}
},
"Series 60 2.x": {
"match":"#series60/2.8|{series60/2.9}#i",
"profile":{"width":"176","height":"208"}
},
"Nokia Maemo": {
"match":"#maemo#i",
"profile":{"width":"800","height":"640","color":"32","xhr":"1","json":"1"}
},
"Android": {
"match":"#android#i",
"profile":{"width":"1024","height":"768","color":"32","xhr":"1","json":"1","font":"1","canvas":"1-text","video":"1","touch":"1","offline":"1","location":"1","storage":"1"}
},
"WebOS": {
"match":"#webos#i",
"profile":{"width":"320","height":"400","color":"32","xhr":"1","json":"1","canvas":"1-text","storage":"1"}
},
"Blackberry": {
"match":"#blackberry#i",
"profile":{"width":"320","height":"240","xhr":"1"}
},
"Windows Phone": {
"match":"#windows phone os#i",
"profile":{"width":"480","height":"800","color":"32","xhr":"1","json":"1","font":"1"}
},
"Windows Mobile": {
"match":"#windows mobile#i",
"profile":{"width":"240","height":"320"}
},
"Opera Mini": {
"match":"#opera mini#i",
"profile":{"xhr":"1","svg":"1","font":"1","canvas":"1-text"}
}
}
}