GNOME Bugzilla – Bug 668275
Add support for Google Chrome CRX-less web apps
Last modified: 2018-08-03 19:38:41 UTC
We want to implement the Google Chrome CRX-less web apps specs, as described in http://code.google.com/intl/de-DE/chrome/apps/docs/no_crx.html 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 is always the same of the manifest. But we should additionally limit the origin filtering with url fields in manifest, if provided. * Adapt the install dialog to take into account the requirements for the Chrome CRX-less web apps. * Implement the javascript API: chrome.app.install, chrome.app.isInstalled, chrome.app.getDetails
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
-- 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/158.