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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 9969087: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review 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
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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "source_files": [ 585 "source_files": [
586 "manifest.json", 586 "manifest.json",
587 "popup.css", 587 "popup.css",
588 "popup.html", 588 "popup.html",
589 "popup.js" 589 "popup.js"
590 ], 590 ],
591 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65", 591 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65",
592 "zip_path": "examples\/api\/browsingData\/basic.zip" 592 "zip_path": "examples\/api\/browsingData\/basic.zip"
593 }, 593 },
594 { 594 {
595 "api_calls": [], 595 "api_calls": [
596 "chrome.windows.create"
597 ],
596 "crx_path": null, 598 "crx_path": null,
597 "description": "Add numbers. Now includes subtraction!", 599 "description": "Add numbers. Now includes subtraction!",
598 "features": [], 600 "features": [
601 "background_page",
602 "experimental",
603 "windows"
604 ],
599 "icon": "icon_128.png", 605 "icon": "icon_128.png",
600 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92", 606 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
601 "name": "Calculator (Platform App)", 607 "name": "Calculator (Platform App)",
602 "packaged_app": true, 608 "packaged_app": false,
603 "path": "examples\/extensions\/calculator\/", 609 "path": "examples\/extensions\/calculator\/",
604 "protocols": [], 610 "protocols": [],
605 "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION!", 611 "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION! BACKGROUND_PAGE EXPERIMENTAL WINDOWS CHROME.WINDOWS.CREATE",
606 "source_files": [ 612 "source_files": [
607 "calculator.html", 613 "calculator.html",
608 "controller.js", 614 "controller.js",
609 "jquery\/jquery.min.js", 615 "jquery\/jquery.min.js",
616 "main.js",
610 "manifest.json", 617 "manifest.json",
611 "model.js", 618 "model.js",
612 "style.css", 619 "style.css",
613 "view.js" 620 "view.js"
614 ], 621 ],
615 "source_hash": "d0f67b54f087636494dbdfc85b778dc8b2969803", 622 "source_hash": "2e68ea5f2524391fea969d11a7e1ff0116d6ecb7",
616 "zip_path": "examples\/extensions\/calculator.zip" 623 "zip_path": "examples\/extensions\/calculator.zip"
617 }, 624 },
618 { 625 {
619 "api_calls": [ 626 "api_calls": [
620 "chrome.webRequest.onBeforeRequest" 627 "chrome.webRequest.onBeforeRequest"
621 ], 628 ],
622 "crx_path": null, 629 "crx_path": null,
623 "description": "I can't has cheezburger!", 630 "description": "I can't has cheezburger!",
624 "features": [ 631 "features": [
625 "background_page", 632 "background_page",
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 "manifest.json", 2626 "manifest.json",
2620 "popup.html", 2627 "popup.html",
2621 "popup.js", 2628 "popup.js",
2622 "sample.css" 2629 "sample.css"
2623 ], 2630 ],
2624 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2631 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2625 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2632 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2626 } 2633 }
2627 ] 2634 ]
2628 } 2635 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698