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

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

Issue 13493019: Update chrome.power example extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update a comment Created 7 years, 8 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 5fb20df35ed6a2e61cbafc5861785dece1aed7d9..dd5137cf1ae4b0a47a6fb2a248b480f626815746 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.4",
+ "version": "1.5",
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
@@ -12,7 +12,9 @@
"permissions": [
"experimental",
- "power"
+ "power",
+ "storage",
+ "tabs"
],
"browser_action": {
"default_title": "__MSG_disabledTitle__",

Powered by Google App Engine
This is Rietveld 408576698