Commit c642b31198d80805265e5bed8c372a276f731012

Authored by Rohan Rangray
1 parent 412c2c332a

Added a tab icon

Showing 3 changed files with 6 additions and 0 deletions Side-by-side Diff

No preview for this file type

... ... @@ -5,6 +5,7 @@
5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
6 6 <link rel="stylesheet"
7 7 href="https://ajax.googleapis.com/ajax/libs/angular_material/0.9.0/angular-material.min.css">
  8 + <link rel="shortcut icon" href="flashy.ico">
8 9  
9 10 <link rel="stylesheet" href="styles/flashier.css"/>
10 11 <link rel="stylesheet" href="styles/flashy.css"/>
manifest.json View file @ c642b31
1 1 {
2 2 "name": "flashy-cards",
3 3 "short_name": "Flashy",
  4 + "icons": [{
  5 + "src": "flashy.ico",
  6 + "sizes": "192x192",
  7 + "type": "image/png"
  8 + }],
4 9 "start_url": "/index.html",
5 10 "display": "standalone",
6 11 "gcm_sender_id": "45066531702",