Bee mp3

Bee mp3

Search your songs easily with the Bee Mp3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Bee mp3",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Search your songs easily with the Bee Mp3",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Bee Mp3",
    "default_popup": "html/search.html"
  },
  "permissions": [
    "http://bee-mp3-search.herokuapp.com/*",
    "tabs"
  ]
}