Brabble.Fm - Growing podcast community

Brabble.Fm - Growing podcast community

Brabble.Fm - The Fastest Growing podcast community

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Brabble.Fm - Growing podcast community",
  "description": "Brabble.Fm - The Fastest Growing podcast community",
  "background": {
    "page": "background.html"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "permissions": [
    "https://brabble.fm/*"
  ],
  "version": "1.6"
}