Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbovens committed Apr 4, 2016
1 parent cd11929 commit 5767bf2
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +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 “[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).

- [Air Horner](https://airhorner.com/)
- [Bus Router](https://busrouter.sg/)
- [Dev.Opera](https://dev.opera.com/)
- [Emojoy](https://jakearchibald-gcm.appspot.com/)
- [Flipboard](https://flipboard.com/)
- [Flipkart](https://m.flipkart.com/)
- [Guitar Tuner](https://guitar-tuner.appspot.com/)
- [Inbox Attack](https://andreasbovens.github.io/inbox-attack/)
- [Oumy](https://www.oumy.com/)
- [Pokedex](https://www.pokedex.org/)
- [Soundslice](https://www.soundslice.com/)
- [Trained to Thrill](https://jakearchibald.github.io/trained-to-thrill/)
- [Twitter](https://twitter.com/)
- [Voice Memos](https://voice-memos.appspot.com/)
- [Wiki Offline](https://wiki-offline.jakearchibald.com/)
- [2048](https://2048-opera-pwa.surge.sh)
- [Get Kana!](https://getkana.com/app)
- [Wave-PD1](https://alexgibson.github.io/wavepad/)
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 @@ -29,11 +10,12 @@ What is a progressive web app? See “[Progressive Web Apps](https://developer.c

## Contributing

Suggested sites should be nice looking progressive web apps. It should:
We’re happy to feature other nice-looking progressive web apps in the list. They should:

- Be served over HTTPS
- Have a [web manifest](https://www.w3.org/TR/appmanifest/) and a nice looking SVG icon
- Be responsive
- Function offline
- 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.

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 5767bf2

Please sign in to comment.