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

Side by Side Diff: chrome/browser/resources/google_now/manifest.json

Issue 11967029: Initial implementation of Google Now Notifications integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR comments Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/google_now/background.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 //chrome-extension://pmofbkohncoogjjhahejjfbppikbjigm
3 "name": "Google Now",
4 "version": "1.0",
5 "description": "Integrates Google Now into Chrome.",
6 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDh/njCc/GTuP7uYix39uinhkX+7RyEoM aOQyoc065gsQ5b9cLpZToK78xgpsc9ThrpLVDOwqz6cGeLgIk+kPeRMQe07T+/mh3U5klegDx9pfr9T3 aiRNQnJYJv8niVs9aJ/sBSqxtHt2LlhEt9ajFXue7Q3LkzyTlXpxoEFH1keQIDAQAB",
7 "permissions": [
8 "geolocation",
9 "<all_urls>",
rgustafson 2013/01/22 21:10:28 I'm surprised this doesn't throw an error or somet
skare_ 2013/01/22 21:41:58 it's a magic token; Vadim, if you want to comment
rgustafson 2013/01/22 21:50:25 Oh, that is magical. Are we keeping it like this w
vadimt 2013/01/23 03:04:05 Done.
vadimt 2013/01/23 03:04:05 Done.
vadimt 2013/01/23 03:04:05 Done.
10 "experimental",
11 "alarms"
12 ],
13 "manifest_version": 2,
14 "background": {
15 "scripts": ["background.js"],
16 "persistent": false
17 }
18 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/google_now/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698