Access Assistant Community

Access Assistant Community

Access Assistant Community

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Access Assistant Community",
  "author": "Level Access",
  "version": "8.3.2.448",
  "description": "Access Assistant Community",
  "browser_action": {
    "default_title": "Access Assistant Community",
    "default_icon": {
      "16": "img/access-assistant-16.png",
      "32": "img/access-assistant-32.png",
      "48": "img/access-assistant-48.png",
      "128": "img/access-assistant-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "app.community.js",
    "AccessEngine.community.js",
    "LevelAccess-AST.js",
    "LevelAccess-AST.css",
    "ast.css",
    "ast.min.css",
    "astWindow.js",
    "img/*",
    "fonts/**/*"
  ],
  "icons": {
    "16": "img/access-assistant-16.png",
    "32": "img/access-assistant-32.png",
    "48": "img/access-assistant-48.png",
    "128": "img/access-assistant-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Space",
        "mac": "MacCtrl+Shift+Space",
        "default": "Ctrl+Shift+Space"
      }
    }
  }
}