JossWork

JossWork

Simple and secure online tools to take your business communication to next level.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JossWork",
  "short_name": "JossWork",
  "version": "1.5.9",
  "manifest_version": 2,
  "description": "Simple and secure online tools to take your business communication to next level.",
  "homepage_url": "https://www.josswork.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Click here to Check-in",
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "options_page": "src/options.html",
  "permissions": [
    "idle",
    "storage",
    "geolocation",
    "notifications",
    "https://app.josswork.com/"
  ]
}