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

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

Issue 8916013: Added storage sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage sample Created 9 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Stylizr",
3 "description": "Spruce up your pages with custom CSS.",
4 "version": "1.0",
5
6 "permissions": [
7 "tabs",
8 "<all_urls>",
9 "experimental"
10 ],
11
12 "options_page": "options.html",
13
14 "browser_action": {
15 "default_icon": "icon.png",
16 "default_title": "Stylize!",
17 "default_popup": "popup.html"
18 },
19
20 "manifest_version": 2
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698