Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / dom / webidl / AppInfo.webidl
bloba4f44d46c2506d1274c3396ac439d7ee0f1c5eab
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /**
6   * This dictionnary holds the parameters supporting the app:// protocol.
7   */
8 dictionary AppInfo
10   DOMString path = "";
11   boolean   isCoreApp = false;