WorkingOn

WorkingOn

Minimalistic status reporting for your team.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.1.53",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://platform.twitter.com https://use.typekit.net https://ajax.googleapis.com; object-src 'self' https://use.typekit.net https://ajax.googleapis.com",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "notifications",
    "https://www.workingon.co/",
    "https://www.google-analytics.com/",
    "storage",
    "*://use.typekit.net/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "options_page": "options.html",
  "omnibox": {
    "keyword": "on"
  },
  "chrome_url_overrides": {
    "newtab": "on.html"
  }
}