SpeakUp

SpeakUp

Create positive change at work. Employee-sourced problem solving and idea generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SpeakUp",
  "description": "Create positive change at work. Employee-sourced problem solving and idea generation.",
  "manifest_version": 2,
  "version": "1.0.0.3",
  "app": {
    "urls": [
      "*://*.getspeakup.com/"
    ],
    "launch": {
      "web_url": "https://getspeakup.com/auth/google"
    }
  },
  "icons": {
    "128": "speakup-square-128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}