Beetbot

Beetbot

Collect and listen to songs on your PC or mobile device for FREE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Beetbot",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Collect and listen to songs on your PC or mobile device for FREE!",
  "icons": {
    "16": "mascot_16x16.png",
    "48": "mascot_48x48.png",
    "128": "mascot_128x128.png"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": "mascot.png",
    "default_popup": "index.html"
  }
}