Skip to content

Instantly share code, notes, and snippets.

View tomayac's full-sized avatar

Thomas Steiner tomayac

View GitHub Profile
@tomayac
tomayac / manifest-polyfill.html
Last active June 17, 2016 21:53 — forked from PaulKinlan/manifest-polyfill.html
Web App Manifest Polyfill for iOS
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="manifest" href="https://jsbin-user-assets.s3.amazonaws.com/kinlan/manifest.json">
<title>iOS Manifest Polyfill</title>
</head>
<body>