Cube Time & Expense Tracking

Cube Time & Expense Tracking

Adding an extra dimension to your productivity. Anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "Cube",
  "description": "__MSG_extDescription__",
  "version": "3.1",
  "default_locale": "en",
  "manifest_version": 2,
  "author": "bitrzr, LDA",
  "app": {
    "urls": [
      "http://www.cubeanywhere.com/"
    ],
    "launch": {
      "web_url": "http://www.cubeanywhere.com/openid/login_google"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}