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

Unified Diff: chrome/common/extensions/docs/examples/api/i18n/detectLanguage/manifest.json

Issue 1306873003: Added example of chrome.i18n.detectLanguage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added License header in comments in js file Created 5 years, 3 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/common/extensions/docs/examples/api/i18n/detectLanguage/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/i18n/detectLanguage/manifest.json b/chrome/common/extensions/docs/examples/api/i18n/detectLanguage/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..beceb3305c14c5c07ecd9a4dd369635b3a6342af
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/i18n/detectLanguage/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Detect Language",
+ "description": "Detects up to 3 languages and their percentages of the provided string",
+ "version": "1.0",
+
+ "browser_action": {
+ "default_icon": "icon.png",
+ "default_popup": "popup.html"
+ },
+
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698