Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: chrome/browser/resources/chromeos/chromevox_next/manifest.json

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox_next/manifest.json
diff --git a/chrome/browser/resources/chromeos/chromevox_next/manifest.json b/chrome/browser/resources/chromeos/chromevox_next/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..ecc9ce474fc1d46eb6a58ce4e3613a961ba2eed6
--- /dev/null
+++ b/chrome/browser/resources/chromeos/chromevox_next/manifest.json
@@ -0,0 +1,28 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
+ "manifest_version": 2,
+ "name": "ChromeVox",
+ "version": "1.0",
+ "description": "ChromeVox - Giving Voice to Chrome.",
+ "background": {
+ "page": "background/background.html"
+ },
+ "permissions": [
+ "accessibilityPrivate",
+ "automation",
+ "bookmarks",
+ "tabs",
+ "experimental",
+ "history",
+ "tts",
+ "systemPrivate",
+ "brailleDisplayPrivate",
+ "commandLinePrivate",
+ "<all_urls>"
+ ],
+ "automation": {
+ "desktop": true,
+ "interact": true
+ },
+ "default_locale": "en"
+}

Powered by Google App Engine
This is Rietveld 408576698