Personizer

Personizer

Record your daily work and break times with the handy timer function

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.4",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "homepage_url": "https://www.personizer.com",
  "permissions": [
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "*://*.personizer.com",
    "https://www.personizer.com/",
    "https://staging.personizer.com/",
    "https://testing.personizer.com/",
    "http://localhost:3000/"
  ],
  "icons": {
    "16": "icons/PerIcon.png",
    "48": "icons/PerIcon.png",
    "128": "icons/PerIcon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Personizer",
    "default_icon": {
      "19": "icons/PerIcon.png",
      "38": "icons/PerIcon.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://testing.personizer.com https://staging.personizer.com https://www.personizer.com http://localhost:3000;"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}