+ GGather

+ GGather

Quickly save links and see what everyone else are bookmarking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "+ GGather",
  "description": "Quickly save links and see what everyone else are bookmarking.",
  "version": "1.22.1",
  "homepage_url": "https://ggather.com",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://browser-update.org https://cdnjs.cloudflare.com https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "extension/assets/ba-saved.png",
    "default_title": "+ GGather",
    "default_popup": ""
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "*://*.ggather.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.ggather.local:*/*",
      "*://*.ggather.com/*"
    ]
  },
  "web_accessible_resources": [
    "*.html",
    "*.xml",
    "*.css",
    "*.js",
    "*.map",
    "*.json",
    "*.ico",
    "*.png",
    "*.jpg",
    "*.jpeg",
    "*.gif",
    "*.svg",
    "*.ttf",
    "*.woff",
    "*.eot"
  ],
  "background": {
    "scripts": [
      "extension/deps/js.cookie.js",
      "extension/deps/axios.min.js",
      "extension/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "extension/assets/extension.png",
    "48": "extension/assets/extension.png",
    "128": "extension/assets/extension.png"
  },
  "omnibox": {
    "keyword": "gg"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+G",
        "mac": "Alt+G",
        "chromeos": "Alt+G",
        "linux": "Alt+G"
      }
    }
  }
}