4th Toolbar Spacer

4th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "empty.png",
    "default_popup": "popup.html"
  },
  "description": "A partition icon for spacing the extension buttons on your toolbar",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "4th Toolbar Spacer",
  "version": "30.0.8"
}