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

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

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for getDisplayPath, implement restrictions via _manifest_features.json Created 8 years, 6 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/samples.html ('k') | chrome/common/extensions/extension.h » ('j') | 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.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.appWindow.create": "appWindow.html#method-create", 9 "chrome.appWindow.create": "appWindow.html#method-create",
10 "chrome.bookmarks.create": "bookmarks.html#method-create", 10 "chrome.bookmarks.create": "bookmarks.html#method-create",
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "manifest.json", 668 "manifest.json",
669 "popup.css", 669 "popup.css",
670 "popup.html", 670 "popup.html",
671 "popup.js" 671 "popup.js"
672 ], 672 ],
673 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65", 673 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65",
674 "zip_path": "examples/api/browsingData/basic.zip" 674 "zip_path": "examples/api/browsingData/basic.zip"
675 }, 675 },
676 { 676 {
677 "api_calls": [ 677 "api_calls": [
678 "chrome.windows.create" 678 "chrome.appWindow.create"
679 ], 679 ],
680 "crx_path": null, 680 "crx_path": null,
681 "description": "Add numbers. Now includes subtraction!", 681 "description": "Add numbers. Now includes subtraction!",
682 "features": [ 682 "features": [
683 "background_page", 683 "appWindow",
684 "experimental", 684 "experimental"
685 "windows"
686 ], 685 ],
687 "icon": "icon_128.png", 686 "icon": "icon_128.png",
688 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92", 687 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
689 "name": "Calculator (Platform App)", 688 "name": "Calculator (Platform App)",
690 "packaged_app": false, 689 "packaged_app": false,
691 "path": "examples/extensions/calculator/", 690 "path": "examples/extensions/calculator/",
692 "protocols": [], 691 "protocols": [],
693 "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION! BACKGROUND_PAGE EXPERIMENTAL WINDOWS CHROME.WINDOWS.CREATE", 692 "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION! APPWINDOW EXPERIMENTAL CHROME.APPWINDOW.CREATE",
694 "source_files": [ 693 "source_files": [
695 "calculator.html", 694 "calculator.html",
696 "controller.js", 695 "controller.js",
697 "jquery/jquery.min.js", 696 "jquery/jquery.min.js",
698 "main.js", 697 "main.js",
699 "manifest.json", 698 "manifest.json",
700 "model.js", 699 "model.js",
701 "style.css", 700 "style.css",
702 "view.js" 701 "view.js"
703 ], 702 ],
704 "source_hash": "e7718b346a126dd6511553b51056b53732f664cf", 703 "source_hash": "9ffcc4ae67840e1ac102c0dd1922dac92e6bf3f8",
705 "zip_path": "examples/extensions/calculator.zip" 704 "zip_path": "examples/extensions/calculator.zip"
706 }, 705 },
707 { 706 {
708 "api_calls": [ 707 "api_calls": [
709 "chrome.webRequest.onBeforeRequest" 708 "chrome.webRequest.onBeforeRequest"
710 ], 709 ],
711 "crx_path": null, 710 "crx_path": null,
712 "description": "I can't has cheezburger!", 711 "description": "I can't has cheezburger!",
713 "features": [ 712 "features": [
714 "background_page", 713 "background_page",
(...skipping 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 "source_files": [ 2797 "source_files": [
2799 "manifest.json", 2798 "manifest.json",
2800 "popup.html", 2799 "popup.html",
2801 "popup.js", 2800 "popup.js",
2802 "sample.css" 2801 "sample.css"
2803 ], 2802 ],
2804 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2803 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2805 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2804 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2806 } 2805 }
2807 ] 2806 ]
2808 } 2807 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698