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

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: remove tabs permission and bump to 1.6 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
« no previous file with comments | « chrome/common/extensions/docs/examples/api/power/background.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/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..1d5dd9b45cee590a46b3f1f8ead1dda9a5c12a46 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.6",
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
@@ -12,7 +12,8 @@
"permissions": [
"experimental",
- "power"
+ "power",
+ "storage"
],
"browser_action": {
"default_title": "__MSG_disabledTitle__",
« no previous file with comments | « chrome/common/extensions/docs/examples/api/power/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698