|
Revision 32294, 1.2 kB
(checked in by thorikawa, 4 years ago)
|
|
Ticket#141 アンカー付きのURLでiモードIDが送信されないバグを修正
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|---|
| 3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|---|
| 4 | <Description about="urn:mozilla:install-manifest">
|
|---|
| 5 | <em:id>{77cc852e-6b45-11dd-929f-d30256d89593}</em:id>
|
|---|
| 6 | <em:name>FireMobileSimulator</em:name>
|
|---|
| 7 | <em:version>1.1.3</em:version>
|
|---|
| 8 | <em:creator>Takahiro Horikawa</em:creator>
|
|---|
| 9 | <em:aboutURL>chrome://msim/content/about.xul</em:aboutURL>
|
|---|
| 10 | <em:optionsURL>chrome://msim/content/options/options.xul</em:optionsURL>
|
|---|
| 11 | <em:targetApplication>
|
|---|
| 12 | <Description>
|
|---|
| 13 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
|
|---|
| 14 | <em:minVersion>2.0</em:minVersion>
|
|---|
| 15 | <em:maxVersion>3.1.*</em:maxVersion>
|
|---|
| 16 | </Description>
|
|---|
| 17 | </em:targetApplication>
|
|---|
| 18 | <em:description>携帯端末のHTTPリクエスト、絵文字表示をシミュレートします。</em:description>
|
|---|
| 19 | <em:homepageURL>http://firemobilesimulator.org/</em:homepageURL>
|
|---|
| 20 | <em:updateURL>https://ss1.xrea.com/poly.s49.xrea.com/dev/firefox/fms/update.xml</em:updateURL>
|
|---|
| 21 | <em:iconURL>chrome://msim/skin/msim_icon.png</em:iconURL>
|
|---|
| 22 | </Description>
|
|---|
| 23 | </RDF>
|
|---|