Grobel - Send Screenshots to Discord

Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Grobel - Send Screenshots to Discord",
  "version": "1.0.5",
  "description": "Send Screenshots to Discord with a Single Button!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "options_page": "options/options.html",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "128": "iconImages/icon_grobel_128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "iconImages/icon_grobel_128.png"
    }
  }
}