|
Revision 20183, 1.1 kB
(checked in by thorikawa, 5 years ago)
|
|
Ver0.1.4.1b
グローバル変数var prefが他アドオンとバッティングする為、名称を変更
Optionsから端末を編集すると、その端末が選択状態になってしまうバグを修正
|
| 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>0.1.4.1b</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.0.*</em:maxVersion>
|
|---|
| 16 | </Description>
|
|---|
| 17 | </em:targetApplication>
|
|---|
| 18 | <em:description>携帯端末のHTTPリクエスト、絵文字表示をシミュレートします。</em:description>
|
|---|
| 19 | <em:homepageURL>https://addons.mozilla.org/ja/firefox/addon/8519</em:homepageURL>
|
|---|
| 20 | <em:iconURL>chrome://msim/skin/msim_icon.png</em:iconURL>
|
|---|
| 21 | </Description>
|
|---|
| 22 | </RDF>
|
|---|