NATO Alphabet

NATO Alphabet

This extension helps you spell out words using the NATO phonetic alphabet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NATO Alphabet",
  "description": "This extension helps you spell out words using the NATO phonetic alphabet.",
  "version": "1.2",
  "icons": {
    "16": "img/logo_16.png",
    "19": "img/logo_19.png",
    "48": "img/logo_48.png",
    "96": "img/logo_96.png",
    "128": "img/logo_128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "img/logo_16.png"
  },
  "permissions": [
    "tts"
  ]
}