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

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

Issue 584033003: Make chrome.power sample extension work across updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/common/extensions/docs/examples/api/power/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/power/manifest.json b/chrome/common/extensions/docs/examples/api/power/manifest.json
index 61224be371d13f7d01192b44372f19c2ecd90cb1..dd90842bd1cd27decdb9c054708f03b68a48ae5d 100644
--- a/chrome/common/extensions/docs/examples/api/power/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/power/manifest.json
@@ -3,7 +3,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
- "version": "1.8",
+ "version": "1.9",
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",

Powered by Google App Engine
This is Rietveld 408576698