| Index: chrome/test/data/chromeproxy/extension/manifest.json
 | 
| diff --git a/chrome/test/data/chromeproxy/extension/manifest.json b/chrome/test/data/chromeproxy/extension/manifest.json
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..c5bf79e7662cd427ed1e5fe2b1e3f7432e156562
 | 
| --- /dev/null
 | 
| +++ b/chrome/test/data/chromeproxy/extension/manifest.json
 | 
| @@ -0,0 +1,26 @@
 | 
| +{
 | 
| +   "background": {
 | 
| +      "persistent": false,
 | 
| +      "scripts": [ "background_compiled.js" ]
 | 
| +   },
 | 
| +   "browser_action": {
 | 
| +      "default_icon": {
 | 
| +         "19": "images/proxy-disabled19.png",
 | 
| +         "38": "images/proxy-disabled38.png"
 | 
| +      },
 | 
| +      "default_popup": "popup.html"
 | 
| +   },
 | 
| +   "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
 | 
| +   "default_locale": "en",
 | 
| +   "description": "__MSG_extDesc__",
 | 
| +   "icons": {
 | 
| +      "128": "images/app_icon128.png"
 | 
| +   },
 | 
| +   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAldnSfuah+uUWJTF0r20TXNdpjRJIlThi/Ehi890TPFerwVfyOUzWIO1wXXnu5/vCMy+SpAYI4TeAWhqBhZKRTLfoDjhcl1VXFf4KSaIDdCQycYe/xIUksmdFBox22cRDMtdUOkV4yLsML/ObIEPUMVLUJoJ4DsiMQJ4KKviEQOdEbySmmB0IXrZfT3PD0tS3HcUUcBP5wrPN9AWhW0FMtwAlp7eT5Uu3US8lyNkJDcdPtdchi6fgQ62khn1mnMpY0YHnZyr5jMKJe8WLxFTf9YtDt1XVZYZKSFtdPE0c7p/06cRqHzXMHcvnM78+gtCXU0r5Ek/4+4emDNQ3HIeJRwIDAQAB",
 | 
| +   "manifest_version": 2,
 | 
| +   "minimum_chrome_version": "41",
 | 
| +   "name": "__MSG_extNameBeta__",
 | 
| +   "permissions": [ "dataReductionProxy", "preferencesPrivate", "storage" ],
 | 
| +   "update_url": "https://clients2.google.com/service/update2/crx",
 | 
| +   "version": "1.945"
 | 
| +}
 | 
| 
 |