Wordpress Admin Bar Toggle

Wordpress Admin Bar Toggle

Hide & show the admin bar with one easy click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "lib/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19_0.png",
      "38": "img/icon38_0.png"
    },
    "default_title": "WP Admin Bar Toggle"
  },
  "description": "Hide & show the admin bar with one easy click!",
  "icons": {
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Wordpress Admin Bar Toggle",
  "permissions": [
    "storage",
    "activeTab",
    "*://*/*"
  ],
  "short_name": "WP Admin Bar Toggle",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1"
}