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

Unified Diff: chrome/test/data/chromeproxy/extension/manifest.json

Issue 1438043006: Check in Data Saver extension into Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all lines<80 characters, fixed remaining presubmit warnings Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
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"
+}
« no previous file with comments | « chrome/test/data/chromeproxy/extension/images/proxy-enabled38.webp ('k') | chrome/test/data/chromeproxy/extension/popup.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698