TimeCrowd

TimeCrowd

TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "24": "img/icon24.png",
      "32": "img/icon32.png"
    },
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "identity",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://timecrowd.net/",
    "https://timecrowd-assets.s3-ap-northeast-1.amazonaws.com/",
    "https://production-assets-timecrowd.s3-ap-northeast-1.amazonaws.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.chatwork.com/*",
        "https://kcw.kddi.ne.jp/*"
      ],
      "js": [
        "js/namespace.js",
        "js/keys.js",
        "js/env.js",
        "js/api.js",
        "js/duration.js",
        "js/annotator.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    },
    {
      "matches": [
        "https://www.chatwork.com/*",
        "https://kcw.kddi.ne.jp/*"
      ],
      "js": [
        "js/chatwork.js"
      ],
      "css": [
        "css/chatwork.css"
      ]
    }
  ],
  "background": {
    "service_worker": "js/event.js"
  },
  "version": "2024.4.30.0"
}