DescriptionAdded 'launcher_page' field to extension manifest.json format.
Adds a new manifest section which allows extensions (currently, only
platform apps) to provide a page in the experimental app launcher, eg:
"launcher_page": {
"page": "index.html"
}
All installed apps with a valid launcher_page section will be given a
page in the launcher.
This feature is currently only available on dev channel and whitelisted
(currently to a few testing apps; this list will expand in the future,
and can be overridden with --whitelisted-extension-id=ID).
Updated CustomLauncherPageBrowserTest to use its manifest to install the
launcher page, rather than using --custom-launcher-page.
BUG=399131, 404000
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289931
Patch Set 1 #Patch Set 2 : Whitelist some internal testing extension IDs. #Patch Set 3 : Making available to stable channel. #Patch Set 4 : Rename launcher_page.document to launcher_page.page. #
Total comments: 2
Patch Set 5 : Made a more palatable error message. #Patch Set 6 : Remove obsolete comment. #
Total comments: 4
Patch Set 7 : Remove launcher_page.icons, for now. #
Total comments: 2
Patch Set 8 : Don't need launcher_page.page explicitly in the manifest features. #Patch Set 9 : Added TODO to add a proper parser. #Patch Set 10 : Formatting. #
Messages
Total messages: 11 (0 generated)
|