Skip to content

Commit

Permalink
Addons.mozilla.org (AMO) における公開へ差し戻し
Browse files Browse the repository at this point in the history
  • Loading branch information
esperecyan committed Oct 30, 2017
1 parent 4563d26 commit 6cfbaa8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"manifest_version": 2,
"name": "userChromeES",
"description": "uc / userChromeJS+サブスクリプトローダ 風に、WebExtension APIを叩くユーザースクリプトを読み込みます。",
"version": "0.4.1",
"version": "0.4.2",
"applications": {
"gecko": {
"id": "[email protected]",
"update_url": "https://raw.githubusercontent.com/esperecyan/user-chrome-es/master/updates.json"
"id": "[email protected]"
}
},

Expand Down Expand Up @@ -77,5 +76,5 @@
},

"author": "100の人",
"homepage_url": "https://github.com/esperecyan/user-chrome-es"
"homepage_url": "https://addons.mozilla.org/firefox/addon/user-chrome-es/"
}
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ userChromeES

インストール
------------
[Releasesページ]の「Downloads」で、「user-chrome-es-○○○.xpi」となっているリンクをクリックします
Addons.mozilla.org (AMO) の[userChromeES :: Firefox 向けアドオン]からインストールできます

なお、ローカルにあるスクリプトファイルの読み込みについて、[リモートコードの実行]であると判断されたため、当アドオンは[Addons.mozilla.org (AMO)]から削除されています。

[Releasesページ]: https://github.com/esperecyan/user-chrome-es/releases
[リモートコードの実行]: https://developer.mozilla.org/Add-ons/AMO/Policy/Reviews#ポリシー
[Addons.mozilla.org (AMO)]: https://addons.mozilla.org/
[userChromeES :: Firefox 向けアドオン]: https://addons.mozilla.org/ja/firefox/addon/user-chrome-es/

メタデータ
----------
Expand Down
20 changes: 2 additions & 18 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,8 @@
"[email protected]": {
"updates": [
{
"version": "0.4.1",
"update_link": "https://github.com/esperecyan/user-chrome-es/releases/download/v0.4.1/user-chrome-es-0.4.1.xpi",
"update_info_url": "https://github.com/esperecyan/user-chrome-es/releases/v0.4.1"
},
{
"version": "0.3.0",
"update_link": "https://github.com/esperecyan/user-chrome-es/releases/download/v0.3.0/user-chrome-es-0.3.0.xpi",
"update_info_url": "https://github.com/esperecyan/user-chrome-es/releases/v0.3.0"
},
{
"version": "0.2.0",
"update_link": "https://github.com/esperecyan/user-chrome-es/releases/download/v0.2.0/user-chrome-es-0.2.0.xpi",
"update_info_url": "https://github.com/esperecyan/user-chrome-es/releases/v0.2.0"
},
{
"version": "0.1.1",
"update_link": "https://github.com/esperecyan/user-chrome-es/releases/download/v0.1.1/user-chrome-es-0.1.1.xpi",
"update_info_url": "https://github.com/esperecyan/user-chrome-es/releases/v0.1.1"
"version": "0.4.2",
"update_link": "https://addons.mozilla.org/firefox/downloads/latest/user-chrome-es/addon-863853-latest.xpi"
}
]
}
Expand Down

0 comments on commit 6cfbaa8

Please sign in to comment.