time-convertor-ts

Convert time across timezones (typescript)
git clone http://git.hanabi.in/repos/time-convertor-ts.git
Log | Files | Refs | README | LICENSE

manifest.json (403B)


      1 {
      2   "short_name": "time converter",
      3   "name": "Convert time across various time zones",
      4   "icons": [
      5     {
      6       "src": "favicon.ico",
      7       "sizes": "256x256",
      8       "type": "image/x-icon"
      9     },
     10     {
     11       "src": "logo160.png",
     12       "type": "image/png",
     13       "sizes": "160x160"
     14     }
     15   ],
     16   "start_url": ".",
     17   "display": "standalone",
     18   "theme_color": "#000000",
     19   "background_color": "#ffffff"
     20 }