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

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

Issue 2824058: Add a simple cookies sample. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: remove console.log statements Created 10 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name" : "Cookie API Test Extension",
3 "version" : "0.7",
4 "description" : "Testing Cookie API",
5 "permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ],
6 "icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" },
7 "browser_action": {
8 "default_icon": "cookie.png"
9 },
10 "background_page": "background.html"
11 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/cookies/manager.html ('k') | chrome/common/extensions/docs/static/cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698