Examine source code of slack-status

Inspect and view changes in slack-status source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "./image/icon128.png",
    "default_popup": "popup.html"
  },
  "description": "Change your Slack status.",
  "icons": {
    "16": "./image/icon16.png",
    "48": "./image/icon48.png",
    "128": "./image/icon128.png"
  },
  "manifest_version": 2,
  "name": "slack-status",
  "options_page": "options.html",
  "permissions": [],
  "version": "1.0.2",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}