Wobbly Button

Wobbly Button

What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/:…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wobbly Button",
  "version": "1.2.5",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "notifications",
    "*://*.wobbly.me/*",
    "storage",
    "contextMenus"
  ],
  "optional_permissions": [
    "*://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "images/*.svg",
    "images/*.png"
  ],
  "icons": {
    "16": "images/favicon.png",
    "48": "images/Wobbly_logo_48.png",
    "128": "images/Wobbly_logo_128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}