Hold X

Hold X

Unlock traction and find your productivity sweetspot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hold X",
  "description": "Unlock traction and find your productivity sweetspot.",
  "version": "2.3.10",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "identity",
    "*://*.asana.com/*"
  ],
  "browser_action": {
    "default_title": "Hold X"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://checkout.stripe.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "oauth2": {
    "client_id": "48059293715-37keltub66pvgj71dek8ompe32vdg795.apps.googleusercontent.com",
    "scopes": [
      "profile"
    ]
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://stripe.com/ https://q.stripe.com https://js.stripe.com/v3 https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com https://api.amplitude.com/; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn0yQ7KGYHD2B7lm1hcHOXVRaWt5FkX0cS2u4gkYMrgsUFAH8EoZ0Sm9U1F08ZeWhSJ1vuKeHThdOwRdHOHIbIWBhhBtXdICgywBFm7UR9Ik9xmmxBvBmSrqsaZzC1TjDZUIGaBHST+EgzmYH5A4LHEvZBmbksQkNTgWrBzNJSTeMprZCxpZgMRkWgvcCRI++OiLO5ceOXHUE29UPOfQNYwqfxFv82ESJmIyWtWhDB6q/ZdpEwW8A+EWvYFXldw9BF9jg/LtjznOv68Lo+2xVcEhXD3L4V9klAJqjcENK2Th4tKUTvIYBiRmWWuiAMChyqi2D4pgn8kAwK6f1EyDsJwIDAQAB"
}