joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.73k stars 3.65k forks source link

[4.0] Manifest.json file for Joomla #19877

Open universewrld opened 6 years ago

universewrld commented 6 years ago

Manifest.json file for Joomla

Mozilla: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json Google Chrome: https://developer.chrome.com/apps/manifest

Also useful information and sample files (for installation) can be seen here:

https://web.dev/codelab-make-installable/ (from @google) https://www.pwabuilder.com/ (from @microsoft)

brianteeman commented 6 years ago

and??

dgrammatiko commented 6 years ago

A few people are working on this and it should be available in Joomla 4. We already (we = the production leader, the js group leader and all the members of the PWA group) have an agreement on how this should be implemented (this was done in JWC 2017), the only missing part here is the API for the templates but I guess this will be resolved in the coming weeks. So please stay tuned and maybe test the code as soon as we publish it in the J4 repo.

universewrld commented 6 years ago

@brianteeman, I recently manually created this file with the site settings and thought that it would be cool to be able to make these settings through the CMS admin panel!

@dgt41, thanx!

brianteeman commented 6 years ago

Now your original post makes sense ;)

ghost commented 6 years ago

Changed Title to show Issue is about 4.0.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19877.

proweb365 commented 6 years ago

@sanek4life Thanks! keep working hard on that.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19877.

brianteeman commented 6 years ago

@dgrammatiko @wilsonge any update on this?

dgrammatiko commented 6 years ago

@brianteeman I'll do the PR after the custom elements cleanup

universewrld commented 4 years ago

I think you can add this to site settings (how is it done for file configuration.php)

Also look, W3C wants to add a new parameter translations that will be useful for multilingual sites - https://github.com/w3c/i18n-activity/issues/914

universewrld commented 4 years ago

Also useful information and sample files (for installation) can be seen here:

https://web.dev/codelab-make-installable/ (from @google) https://www.pwabuilder.com/ (from @microsoft)