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

Unified Diff: chrome/browser/resources/google_now/manifest.json

Issue 27223006: Requesting cards on push messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months 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/browser/resources/google_now/manifest.json
diff --git a/chrome/browser/resources/google_now/manifest.json b/chrome/browser/resources/google_now/manifest.json
index 3bbf4334838f54b71012266f1a5e370c788427e9..a20064d26a2537b968c5819fd3fcec9bf546d9ba 100644
--- a/chrome/browser/resources/google_now/manifest.json
+++ b/chrome/browser/resources/google_now/manifest.json
@@ -1,9 +1,9 @@
{
- //chrome-extension://pmofbkohncoogjjhahejjfbppikbjigm
+ //chrome-extension://pafkbggdmjlpgkdkcbjmhmfcdpncadgh
robliao 2013/10/15 00:04:55 How often do we expect this to change from here?
vadimt 2013/10/15 01:25:47 This one should be last. The old one was retrieved
"name": "Google Now",
"version": "1.2.0.1",
"description": "Integrates Google Now into Chrome.",
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDh/njCc/GTuP7uYix39uinhkX+7RyEoMaOQyoc065gsQ5b9cLpZToK78xgpsc9ThrpLVDOwqz6cGeLgIk+kPeRMQe07T+/mh3U5klegDx9pfr9T3aiRNQnJYJv8niVs9aJ/sBSqxtHt2LlhEt9ajFXue7Q3LkzyTlXpxoEFH1keQIDAQAB",
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhqJr32OFD/bMXW4Md7jMfd7LbwHXVc6x5bBQG5U+dloofoxrICDR20yur/40mQ8O//0sS1b8srvbab1CRlSrxoNCr9T80NAkfzx0gHyVS+p1Zow+1FzLMu9PiGwwFyN80HIB7GI/dIa0wC9K/2OrrzcHEhVH96DacTtWQqjfDVtZPjT7Xwv23dgoWcpbkRC86jMJot3dmX9xnn0KzoVc9gDOHSIkBLbkkr6Sp3LGXCCM4L0DJgxdFwaLr5WBzgC3y5x0/wwPIwN4PtIaK3BhH6njlksfnKwwIJ9iRT41V4BqbWu4mszO/7VJ3HJyw2DBpIc2grU9ZRRxrV3fRQG4wIDAQAB",
"permissions": [
"alarms",
"location",
@@ -15,7 +15,8 @@
// TODO(vadimt): Replace <all_urls> with real URL patterns once we know
// them.
"<all_urls>",
- "identity"
+ "identity",
robliao 2013/10/15 00:04:55 Alphabetize
vadimt 2013/10/15 01:25:47 Done.
+ "pushMessaging"
],
"optional_permissions": ["background"],
"manifest_version": 2,

Powered by Google App Engine
This is Rietveld 408576698