Rubber Ducky

Rubber Ducky

Rubber Ducky is your helper in any tough situation. Just explain your problem, and you will find a solution!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rubber Ducky",
  "description": "Rubber Ducky is your helper in any tough situation. Just explain your problem, and you will find a solution!",
  "version": "1.0",
  "version_name": "1.0 - Young Ducky",
  "manifest_version": 2,
  "author": "Gleb Sabirzyanov",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Can I help?",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon/Ducky-16.png",
    "32": "icon/Ducky-32.png",
    "48": "icon/Ducky-48.png",
    "128": "icon/Ducky-128.png"
  }
}