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

Unified Diff: chrome/common/extensions/docs/examples/extensions/wave/manifest.json

Issue 3039002: Allow specifying optional parameters to pass to the Authorization token URL. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/wave/chrome_ex_oauth.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/extensions/wave/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/wave/manifest.json b/chrome/common/extensions/docs/examples/extensions/wave/manifest.json
index 34a22f72482d727f7f16d4f17da15dd1ac8d2996..d9af513147704ac579ee4e20fed7094b9715bc58 100644
--- a/chrome/common/extensions/docs/examples/extensions/wave/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/wave/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Google Wave Notifier",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Find out when you have new waves and preview them fast.",
"icons": {"16": "16.png", "48": "48.png", "128": "128.png"},
"permissions": [
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/wave/chrome_ex_oauth.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698