Buxenger

Buxenger

Bookmark manager/task browser for GPT websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "buxenger.com",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/logo.19.png",
      "38": "images/logo.38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/libs/jquery-3.3.1.min.js",
        "scripts/libs/jquery-ui.min.js",
        "scripts/libs/jquery.hotkeys.js",
        "scripts/appAPI.js",
        "scripts/messenger.js",
        "scripts/content.1.js"
      ],
      "all_frames": true
    }
  ],
  "description": "Bookmark manager/task browser for GPT websites",
  "icons": {
    "16": "images/logo.16.png",
    "48": "images/logo.48.png",
    "128": "images/logo.128.png"
  },
  "manifest_version": 2,
  "name": "Buxenger",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "4.2.1.3"
}