diff options
Diffstat (limited to 'chrome/test/data/extensions/good')
2 files changed, 17 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en/messages.json b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en/messages.json new file mode 100644 index 0000000..d6c7577 --- /dev/null +++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en/messages.json @@ -0,0 +1,14 @@ +{ + "chrome_extension_name": { + "message": "My extension 1" + }, + "chrome_extension_description": { + "message": "The first extension that I made." + }, + "color": { + "message": "Colour" + }, + "not_in_US_or_GB": { + "message": "Not in the US or GB." + } +} diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/messages.json b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/messages.json index c600b46..3630ecb 100644 --- a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/messages.json +++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/messages.json @@ -4,5 +4,8 @@ }, "chrome_extension_description": { "message": "The first extension that I made." + }, + "color": { + "message": "Color" } } |