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

Side by Side Diff: chrome/common/extensions/docs/samples.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/calculator/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "source_files": [ 612 "source_files": [
613 "calculator.html", 613 "calculator.html",
614 "controller.js", 614 "controller.js",
615 "jquery\/jquery.min.js", 615 "jquery\/jquery.min.js",
616 "main.js", 616 "main.js",
617 "manifest.json", 617 "manifest.json",
618 "model.js", 618 "model.js",
619 "style.css", 619 "style.css",
620 "view.js" 620 "view.js"
621 ], 621 ],
622 "source_hash": "2e68ea5f2524391fea969d11a7e1ff0116d6ecb7", 622 "source_hash": "51200651a807c2c6e365c7b7228373b61ab3230b",
623 "zip_path": "examples\/extensions\/calculator.zip" 623 "zip_path": "examples\/extensions\/calculator.zip"
624 }, 624 },
625 { 625 {
626 "api_calls": [ 626 "api_calls": [
627 "chrome.webRequest.onBeforeRequest" 627 "chrome.webRequest.onBeforeRequest"
628 ], 628 ],
629 "crx_path": null, 629 "crx_path": null,
630 "description": "I can't has cheezburger!", 630 "description": "I can't has cheezburger!",
631 "features": [ 631 "features": [
632 "background_page", 632 "background_page",
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 "manifest.json", 2626 "manifest.json",
2627 "popup.html", 2627 "popup.html",
2628 "popup.js", 2628 "popup.js",
2629 "sample.css" 2629 "sample.css"
2630 ], 2630 ],
2631 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2631 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2632 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2632 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2633 } 2633 }
2634 ] 2634 ]
2635 } 2635 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/calculator/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698