| OLD | NEW |
| 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.activate": "appWindow.html#method-activate", | |
| 10 "chrome.appWindow.create": "appWindow.html#method-create", | 9 "chrome.appWindow.create": "appWindow.html#method-create", |
| 10 "chrome.appWindow.focus": "appWindow.html#method-focus", |
| 11 "chrome.appWindow.maximize": "appWindow.html#method-maximize", | 11 "chrome.appWindow.maximize": "appWindow.html#method-maximize", |
| 12 "chrome.appWindow.minimize": "appWindow.html#method-minimize", | 12 "chrome.appWindow.minimize": "appWindow.html#method-minimize", |
| 13 "chrome.appWindow.moveTo": "appWindow.html#method-moveTo", | 13 "chrome.appWindow.moveTo": "appWindow.html#method-moveTo", |
| 14 "chrome.appWindow.resizeTo": "appWindow.html#method-resizeTo", | 14 "chrome.appWindow.resizeTo": "appWindow.html#method-resizeTo", |
| 15 "chrome.appWindow.restore": "appWindow.html#method-restore", | 15 "chrome.appWindow.restore": "appWindow.html#method-restore", |
| 16 "chrome.bookmarks.create": "bookmarks.html#method-create", | 16 "chrome.bookmarks.create": "bookmarks.html#method-create", |
| 17 "chrome.bookmarks.get": "bookmarks.html#method-get", | 17 "chrome.bookmarks.get": "bookmarks.html#method-get", |
| 18 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", | 18 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", |
| 19 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", | 19 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", |
| 20 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", | 20 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", |
| (...skipping 2789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2810 "manifest.json", | 2810 "manifest.json", |
| 2811 "popup.html", | 2811 "popup.html", |
| 2812 "popup.js", | 2812 "popup.js", |
| 2813 "sample.css" | 2813 "sample.css" |
| 2814 ], | 2814 ], |
| 2815 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2815 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
| 2816 "zip_path": "examples/api/extension/isAllowedAccess.zip" | 2816 "zip_path": "examples/api/extension/isAllowedAccess.zip" |
| 2817 } | 2817 } |
| 2818 ] | 2818 ] |
| 2819 } | 2819 } |
| OLD | NEW |