Casefox

Casefox

Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Casefox",
  "version": "1.3",
  "description": "Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Casefox",
    "default_icon": "icon128.png",
    "default_popup": "options.html"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "moment.min.js",
        "jquery.scoped.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "http://*/"
  ]
}