After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668276 - Add support for Google Chrome Web Store hosted apps
Add support for Google Chrome Web Store hosted apps
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: Web Applications
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-19 15:17 UTC by Jose Dapena Paz
Modified: 2018-08-03 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jose Dapena Paz 2012-01-19 15:17:25 UTC
We want to implement the Google Chrome Web Store hosted apps.

The web store: http://chrome.google.com/webstore

Some requirements:
   * The installed web apps should be visible in about:applications
   * We should show the description in about:applications. Also, description
should be added as comment in the desktop file.
   * Parse the manifest, and fetch the web application information needed
(including the name, description, and launchpath, icon).
   * The origin of web app should be the one of the launch path. But we should
additionally limit the origin filtering with url fields in manifest, if
provided. In this case the URL's can specify other different origins that the application should consider as valid.
   * Adapt the install dialog to take into account the requirements for
the Google Chrome hosted apps.
   * Implement the javascript API: chrome.webstorePrivate.getWebGLStatus, chrome.webstorePrivate.beginInstallWithManifest3, chrome.management.getAll, chrome.management.launchApp, chrome.management.uninstall, and signals chrome.management.onInstalled and chrome.management.onUninstalled.
Comment 1 Jose Dapena Paz 2012-01-19 15:17:38 UTC
I've been implementing these requirements, and I'm maintaining the work in a
personal branch for epiphany, here:
https://github.com/jdapena/epiphany/tree/webapp
Comment 2 GNOME Infrastructure Team 2018-08-03 19:39:13 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/epiphany/issues/159.