bettr.me

bettr.me

bettr.me Browser Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "bettr.me",
  "version": "1.7.12",
  "description": "bettr.me Browser Extension",
  "author": "Traction on Demand",
  "icons": {
    "16": "static/icons/bettr_icon_blk_shadow-16px.png",
    "32": "static/icons/bettr_icon_blk_shadow-32px.png",
    "48": "static/icons/bettr_icon_blk_shadow-48px.png",
    "128": "static/icons/bettr_icon_blk_shadow-128px.png"
  },
  "permissions": [
    "https://*.bettr.me/",
    "identity",
    "alarms"
  ],
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html?bettr-popup=true"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://outlook.live.com/calendar/*",
        "https://outlook.office.com/calendar/*",
        "https://outlook.office365.com/calendar/*",
        "https://calendar.google.com/calendar/*"
      ],
      "run_at": "document_idle",
      "js": [
        "static/js/content.js"
      ],
      "css": [
        "static/css/content.css",
        "static/css/content-base.css",
        "static/css/content-o365.css",
        "static/css/content-gcal.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "static/img/*",
    "*.js.map"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.bettr.me/*"
    ]
  }
}