質問編集履歴

1

memo

2016/09/21 04:53

投稿

makoto-n
makoto-n

スコア436

test CHANGED
File without changes
test CHANGED
@@ -129,3 +129,39 @@
129
129
 
130
130
 
131
131
  また、browserconfig.xmlやmanifest.jsonへのパスは必要でしょうか?
132
+
133
+
134
+
135
+ 少しメモ
136
+
137
+ ---
138
+
139
+ ```xml
140
+
141
+ <?xml version="1.0" encoding="utf-8"?>
142
+
143
+ <browserconfig>
144
+
145
+ <msapplication>
146
+
147
+ <tile>
148
+
149
+ <square70x70logo src="http://sample.com/small.png"/>
150
+
151
+ <square150x150logo src="http://sample.com/medium.png"/>
152
+
153
+ <wide310x150logo src="http://sample.com/wide.png"/>
154
+
155
+ <square310x310logo src="http://sample.com/large.png"/>
156
+
157
+ <TileColor>#eeeeee</TileColor>
158
+
159
+ </tile>
160
+
161
+ </msapplication>
162
+
163
+ </browserconfig>
164
+
165
+
166
+
167
+ ```