Voice To Text Notes App

Voice To Text Notes App

Typing with your voice and speech recognition with Simple notepad !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "poehali.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/voicenote_16.png"
  },
  "name": "__MSG_name__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "icons": {
    "16": "images/voicenote_16.png",
    "32": "images/voicenote_32.png",
    "48": "images/voicenote_48.png",
    "64": "images/voicenote_64.png",
    "128": "images/voicenote_128.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "permissions": [
    "unlimited_storage",
    "https://google.com/",
    "https://thatistalker.blogspot.com/p/voice-to-text-notes-app_14.html"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.7"
}