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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Detect Language",
3 "description": "Detects up to 3 languages and their percentages of the provide d string",
4 "version": "1.0",
5
6 "browser_action": {
7 "default_icon": "icon.png",
8 "default_popup": "popup.html"
9 },
10
11 "manifest_version": 2
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698