ourWorldFM Radio

ourWorldFM Radio

Listen to ourWorldFM anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ourWorldFM Radio",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Listen to ourWorldFM anywhere.",
  "homepage_url": "http://ourworldfm.com",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "author": "Donnel Garner",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "48": "images/icon48.png"
    }
  }
}