Bloomfire

Bloomfire

Make knowledge accessible no matter where your team is working.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bloomfire",
  "short_name": "Bloomfire",
  "description": "Make knowledge accessible no matter where your team is working.",
  "version": "2.26",
  "browser_action": {
    "default_icon": "img/bloomfire-icon-16-gray.png",
    "default_title": "Bloomfire",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "background",
    "identity",
    "*://*/*"
  ],
  "icons": {
    "16": "img/bloomfire-icon-16.png",
    "48": "img/bloomfire-icon-48.png",
    "128": "img/bloomfire-icon-128.png"
  }
}