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

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

Issue 9949031: Update the calculator to use the launch event and transient background pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/extensions/calculator/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json b/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
index 1c0f18bf6414d796da3c5a5f1581cf5feed5980d..4ec20e80d4565cc20e674fc5e68f06cfe87a08d3 100644
--- a/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
@@ -4,11 +4,12 @@
"manifest_version": 2,
"version": "1.0",
"background": {
- "scripts": ["main.js"]
+ "scripts": ["main.js"],
+ "transient": true
},
"platform_app": true,
"icons": {
- "16": "icon_16.png",
+ "16": "icon_16.png",
"128": "icon_128.png"
},
"permissions": [
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/calculator/main.js ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698