TheBrain - BrainBox

TheBrain - BrainBox

BrainBox captures the current web page so you can access it from TheBrain. Now you can save not just the URL and title but also the content from the page itself.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "BrainBox",
  "version": "3.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/tb10-0016.png",
      "32": "images/tb10-0032.png",
      "48": "images/tb10-0048.png",
      "64": "images/tb10-0064.png",
      "128": "images/tb10-0128.png"
    }
  },
  "icons": {
    "16": "images/tb10-0016.png",
    "32": "images/tb10-0032.png",
    "48": "images/tb10-0048.png",
    "64": "images/tb10-0064.png",
    "128": "images/tb10-0128.png"
  },
  "host_permissions": [
    "https://*.thebrain.com/*"
  ],
  "description": "Make a note in TheBrain about something on the web",
  "permissions": [
    "activeTab",
    "cookies",
    "scripting"
  ]
}