Naughty Rubber Duck 2.0

Naughty Rubber Duck 2.0

Rubber Duck that demotivates you for being a bad engineer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Naughty Rubber Duck 2.0",
  "description": "Rubber Duck that demotivates you for being a bad engineer",
  "version": "1.0",
  "permissions": [
    "tts"
  ],
  "manifest_version": 3,
  "icons": {
    "16": "Icon-16.png",
    "32": "Icon-32.png",
    "48": "Icon-48.png",
    "128": "Icon-128.png"
  },
  "action": {
    "default_title": "Ducky 2.0",
    "default_popup": "index.html"
  }
}