Xoba

Xoba

Search and organize information from all your applications intelligently from one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Xoba",
  "description": "Search and organize information from all your applications intelligently from one place.",
  "version": "0.1.23",
  "icons": {
    "128": "Xoba_Icon_128.png"
  },
  "browser_action": {
    "default_icon": "Xoba_Icon_128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.xobalabs.com/*"
      ],
      "all_frames": true,
      "js": [
        "static/js/contentScript.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "content_security_policy": "script-src self' https://xoba-327ed.firebaseio.com https://xoba-staging-9c9b3.firebaseio.com https://s-usc1c-nss-205.firebaseio.com https://*.firebaseio.com https://s-usc1c-nss-204.firebaseio.com https://apis.google.com/js/api.js https://js.stripe.com/v3 object-src 'self'",
  "commands": {
    "_execute_browser_action": {
      "description": "Keyboard shortcut to open extension popup",
      "suggested_key": {
        "default": "Alt+X"
      }
    }
  },
  "permissions": [
    "tabs"
  ]
}