Animalese - Animal Crossing speak

Animalese - Animal Crossing speak

All them animal crossing speak when you type on your keyboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Animalese - Animal Crossing speak",
  "description": "All them animal crossing speak when you type on your keyboard.",
  "version": "1.2",
  "browser_action": {},
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "*.wav"
  ],
  "permissions": [
    "activeTab"
  ]
}