Skip to content

Commit

Permalink
Trailing space; italic instead of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Apr 4, 2016
1 parent 616304a commit 6cc2804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List of Progressive Web Apps [![Build status](https://travis-ci.org/operasoftware/pwa-list.svg)](https://travis-ci.org/operasoftware/pwa-list)

What is a progressive web app? See the “[Progressive Web Apps](https://developer.chrome.com/devsummit/sessions/progressiveapps)” talk by [Alex Russell](https://github.com/slightlyoff) and [Andreas Bovens](https://github.com/andreasbovens).
What is a progressive web app? See the “[Progressive Web Apps](https://developer.chrome.com/devsummit/sessions/progressiveapps)” talk by [Alex Russell](https://github.com/slightlyoff) and [Andreas Bovens](https://github.com/andreasbovens).

## Development

Expand All @@ -16,6 +16,6 @@ We’re happy to feature other nice-looking progressive web apps in the list. Th
- Have a manifest with a `short_name` and `name`, `start_url`, and a PNG icon of at least 144×144 pixels
- Have a service worker (making sure that the `start_url` functions offline)

This combination of features will trigger the web app install banner in [Opera](https://dev.opera.com/blog/web-app-install-banners/) and [Chrome](https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android) (to trigger it on the first visit, we recommend enabling "Bypass user engagement checks" in `chrome:flags` or `opera:flags`), unless the site is intercepting `onbeforeinstallprompt`. In the latter case, the banner is triggered at a custom point in time, defined by the site’s own logic.
This combination of features will trigger the web app install banner in [Opera](https://dev.opera.com/blog/web-app-install-banners/) and [Chrome](https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android) (to trigger it on the first visit, we recommend enabling _Bypass user engagement checks_ option in `chrome:flags` or `opera:flags`), unless the site is intercepting `onbeforeinstallprompt`. In the latter case, the banner is triggered at a custom point in time, defined by the site’s own logic.

We welcome all submissions, but actual inclusion in the list is up to the discretion of the Opera Dev Relations team. If we find your web app not fitting (e.g. for content or other reasons), we won’t feature it.

0 comments on commit 6cc2804

Please sign in to comment.