From 9b2b6a2f81f20d8fcdb96f60f3d9c9f31d33a16b Mon Sep 17 00:00:00 2001 From: Adrian Aichner Date: Sat, 24 Oct 2015 15:13:10 +0200 Subject: [PATCH] Fixes issue #8 --- beastify/manifest.json | 1 + borderify/manifest.json | 1 + notify-link-clicks/manifest.json | 1 + open-my-page-button/manifest.json | 1 + page-to-extension-messaging/manifest.json | 2 +- user-agent-rewriter/manifest.json | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/beastify/manifest.json b/beastify/manifest.json index c46c798..bce8efa 100644 --- a/beastify/manifest.json +++ b/beastify/manifest.json @@ -1,5 +1,6 @@ { + "description": "Adds a browser action icon to the toolbar. Click the button to choose a beast. The active tab's body content is then replaced with a picture of the chosen beast. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#beastify", "manifest_version": 2, "name": "Beastify", "version": "1.0", diff --git a/borderify/manifest.json b/borderify/manifest.json index 5efa31c..b855df9 100644 --- a/borderify/manifest.json +++ b/borderify/manifest.json @@ -1,5 +1,6 @@ { + "description": "Adds a solid red border to all webpages matching mozilla.org. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#borderify", "manifest_version": 2, "name": "Borderify", "version": "1.0", diff --git a/notify-link-clicks/manifest.json b/notify-link-clicks/manifest.json index 808e620..b125e74 100644 --- a/notify-link-clicks/manifest.json +++ b/notify-link-clicks/manifest.json @@ -1,5 +1,6 @@ { + "description": "Displays notifications when the user clicks links. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#notify-link-clicks", "manifest_version": 2, "name": "Notify link clicks", "version": "1.0", diff --git a/open-my-page-button/manifest.json b/open-my-page-button/manifest.json index 4fb8269..a2f116a 100644 --- a/open-my-page-button/manifest.json +++ b/open-my-page-button/manifest.json @@ -1,5 +1,6 @@ { + "description": "Adds browser action icon to toolbar to open packaged web page. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#open-my-page-button", "manifest_version": 2, "name": "open-my-page", "version": "1.0", diff --git a/page-to-extension-messaging/manifest.json b/page-to-extension-messaging/manifest.json index ae13d38..e195526 100644 --- a/page-to-extension-messaging/manifest.json +++ b/page-to-extension-messaging/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Page to extension messaging", - "description": "Visit https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html for the demo.", + "description": "Visit https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html for the demo. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#page-to-extension-messaging", "version": "1.0", "applications": { diff --git a/user-agent-rewriter/manifest.json b/user-agent-rewriter/manifest.json index 29c54d0..7a2ad4f 100644 --- a/user-agent-rewriter/manifest.json +++ b/user-agent-rewriter/manifest.json @@ -1,5 +1,6 @@ { + "description": "Adds browser action icon to toolbar to choose user agent string from popup menu. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#user-agent-rewriter", "manifest_version": 2, "name": "user-agent-rewriter", "version": "1.0",