Gumbo: Twitch Companion

Gumbo: Twitch Companion

Swollen companion keeping you updated on your Twitch experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "1.18.6",
  "applications": {
    "gecko": {
      "id": "{59a39734-1e66-452e-a7b8-cc79f72062f0}"
    }
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "unlimitedStorage",
    "https://gumbo.seldszar.fr/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "commands": {
    "_execute_browser_action": {}
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  }
}