Freelance Timer - Beease

Freelance Timer - Beease

Track and organize your work time as a freelancer with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Freelance Timer - Beease",
  "description": "Track and organize your work time as a freelancer with ease.",
  "version": "1.1.2",
  "action": {
    "default_icon": {
      "16": "./time_machine_off.png",
      "24": "./time_machine_off.png",
      "32": "./time_machine_off.png"
    },
    "default_popup": "index.html",
    "default_title": "Beease Timer"
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "content_security_policy": {
    "extension_page": "script-src 'self' 'unsafe-eval' https://apis.google.com; object-src 'self'; script-src-elem 'self' 'unsafe-eval' https://apis.google.com"
  },
  "oauth2": {
    "client_id": "377990403127-dmeud9r224ri5hn4hd9muk30k0gpcq85.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}