Aboard

Aboard

Data management for everyone. Aboard uses AI to simplify your life’s work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Aboard",
  "description": "Data management for everyone. Aboard uses AI to simplify your life’s work.",
  "version": "0.3.18.0",
  "action": {
    "default_icon": {
      "16": "icons/16x16.png",
      "32": "icons/32x32.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    },
    "default_title": "Add to Aboard"
  },
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "Command+Period"
      }
    },
    "tab_sweep": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period",
        "mac": "Command+Shift+Period"
      },
      "description": "Save all Tabs in this Window"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-ZAigPQGv.js",
        "assets/color-theme.ts-loader-vwckKENW.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "homepage_url": "https://app.aboard.com",
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "static/fonts/*.ttf",
        "static/images/*.png",
        "index.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/index.browser.esm-EOwQUWgj.js",
        "assets/extension-storage-OCyxNA8T.js",
        "assets/logger-Y842WvPT.js",
        "assets/promises-aQbTG66b.js",
        "assets/content.ts-kreeNNJt.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/extension-storage-OCyxNA8T.js",
        "assets/color-theme.ts-c5cSB29z.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "version_name": "0.3.18",
  "externally_connectable": {
    "matches": [
      "https://*.aboard.com/*",
      "https://*.abored.io/*"
    ]
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  }
}