{
  "manifest_version": 2,
  "short_name": "Morse",
  "name": "M³ Translator",
  "description": "Possible to Morse (or Braille) ⇄ English, Korean, Japanese or etc!",
  "version": "3.6.0",
  "app": {
    "urls": [
      "https://jinh.kr/morse/"
    ],
    "launch": {
      "web_url": "https://jinh.kr/morse/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "icons": [{
    "src": "../morse/image/favicon.ico",
    "type": "image/ico",
    "sizes": "16x16"
  }, {
    "src": "../morse/image/icon.webp",
    "type": "image/webp",
    "sizes": "192x192"
  }],
  "start_url": "index.html",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/morse/",
  "theme_color": "#ffffff"
  ,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.morsecode.translator.jinh",
      "id": "com.morsecode.translator.jinh"
    }
  ]
}
