Jibble Legacy Tracker

Jibble Legacy Tracker

Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jibble Legacy Tracker",
  "short_name": "Jibble",
  "description": "Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team",
  "version": "2.5.1",
  "icons": {
    "16": "statics/icon16.png",
    "48": "statics/icon48.png",
    "128": "statics/icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "statics/icon16.png",
      "48": "statics/icon48.png",
      "128": "statics/icon128.png"
    },
    "default_title": "Jibble"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "permissions": [
    "alarms"
  ],
  "background": {
    "scripts": [
      "back/index.js"
    ],
    "persistent": false
  }
}