Dictanote

Dictanote

Switch effortlessly between using the keyboard and your voice to type out notes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "launch.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_128.png"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": true,
  "permissions": [],
  "short_name": "__MSG_shortName__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2"
}