All Work No Play Soundbites

All Work No Play Soundbites

When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "All Work No Play Soundbites",
  "version": "1.0.2resigned1",
  "description": "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.",
  "author": "Callum Todd",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "300": "icons/icon300.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "wordfind.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "cursor0.ico",
    "cursor1.ico",
    "laura_bailey.ogg",
    "travis_willingham.ogg"
  ]
}