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

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

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 11 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/cookies/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/cookies/manifest.json b/chrome/common/extensions/docs/examples/api/cookies/manifest.json
index eecf65cca012748e0d12c83dbb4660a956d509f0..09dbbdcc6278f2160f27663f290a18b11aa433d1 100644
--- a/chrome/common/extensions/docs/examples/api/cookies/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/cookies/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "Cookie API Test Extension",
- "version" : "0.7",
+ "version" : "0.8",
"description" : "Testing Cookie API",
"permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ],
"icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" },
@@ -9,5 +9,6 @@
},
"background": {
"scripts": ["background.js"]
- }
+ },
+ "manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698