Hive

Hive

Work & Life Happens Online. Now, it's All in One Place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hive",
  "version": "1.0.7",
  "description": "Work & Life Happens Online. Now, it's All in One Place!",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "history",
    "chrome://favicon/",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com https://ssl.google-analytics.com; object-src 'self'; img-src http://www.google-analytics.com chrome://favicon;",
  "web_accessible_resources": [
    "page.js",
    "suggestion.html",
    "suggestion.js",
    "datastore.js",
    "api.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Work & Life Happens Online. Now, it's All in One Place!"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://hive.squadworks.io/*"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+V",
        "mac": "Command+Shift+V"
      }
    }
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}