Index: chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json |
diff --git a/chrome/browser/resources/chromeos/speech_synthesis/manifest.json b/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json |
similarity index 92% |
copy from chrome/browser/resources/chromeos/speech_synthesis/manifest.json |
copy to chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json |
index 26cce46dbcd59e7a507283ae0a6f2fc5b8e38bfc..0574a30fdacf0fdcef3a8a1c9b98b916f41d4e34 100644 |
--- a/chrome/browser/resources/chromeos/speech_synthesis/manifest.json |
+++ b/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json |
@@ -1,8 +1,11 @@ |
{ |
+ // NOTE: Keep two json files in this directory in sync. The only difference |
+ // should be incognito:split in Guest mode version. |
"name": "Chrome OS built-in text-to-speech extension", |
"version": "0.0.2", |
"description": "Text-to-speech (TTS) voice extension using Native Client technology.", |
"manifest_version": 2, |
+ "incognito": "split", |
"background": { |
"scripts": [ |
"voice_data_hmm_de-DE.js", |