Basetis Extension

Basetis Extension

Visit your sites of interest or look out for your to-do tasks on the Dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Basetis Extension",
  "description": "__MSG_appDesc__",
  "default_locale": "ca",
  "version": "3.2.0.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "res/newIcon16.png",
    "48": "res/newIcon48.png",
    "128": "res/newIcon128.png"
  },
  "content_security_policy": {
    "connect-src": "sesaslf",
    "script-scr": "https://apis.google.com/js/platform.js",
    "object-scr": "self",
    "worker-scr": "self"
  }
}