Metro Buttons

Metro Buttons

Metro-style customizable shortcuts, plus Facebook and Gmail Notifiers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Metro Buttons",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "IcoG-1F-1.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://apis.google.com; img-src *; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "Logo16.png",
    "48": "Logo48.png",
    "64": "Logo64.png",
    "128": "Logo128.png",
    "256": "Logo256.png"
  },
  "permissions": [
    "tabs",
    "https://www.facebook.com/",
    "http://*.google.com/",
    "https://*.google.com/"
  ],
  "version": "1.0.3",
  "minimum_chrome_version": "21",
  "manifest_version": 2
}