Oof!

Oof!

Plays the Roblox oof sound on tab close!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Oof!",
  "version": "1.1.3",
  "description": "Plays the Roblox oof sound on tab close!",
  "permissions": [],
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon48.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}