Web-Bar

Web-Bar

Make your Chrome homepage more fun and attractive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web-Bar",
  "description": "Make your Chrome homepage more fun and attractive.",
  "version": "0.9.3",
  "permissions": [
    "https://query.yahooapis.com/*",
    "http://web-bar.biz/*"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab-page.html"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icon_19px.png",
      "38": "icon_38px.png"
    },
    "default_title": "Web-Bar"
  },
  "icons": {
    "16": "16.png",
    "48": "128.png",
    "128": "128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}