Chromium Code Reviews| Index: third_party/cld_2/crx_gen/manifest.json |
| diff --git a/third_party/cld_2/crx_gen/manifest.json b/third_party/cld_2/crx_gen/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4b3a098f1a5364adf55320254b7d95f1b8784d77 |
| --- /dev/null |
| +++ b/third_party/cld_2/crx_gen/manifest.json |
| @@ -0,0 +1,12 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "CLD2 Data", |
| + "description": "Compact Language Detector 2 (CLD2) data for Chrome", |
| + "minimum_chrome_version": "36", |
| + "version": "160", |
| + "platforms": [ |
| + { |
| + "sub_package_path": "_platform_specific/all/" |
| + } |
| + ] |
| +} |