Absolute Radio

Absolute Radio

Listen to Absolute Radio stations and podcasts on your computer with the official Chrome app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Absolute Radio",
  "description": "Listen to Absolute Radio stations and podcasts on your computer with the official Chrome app.",
  "version": "1.21.6478",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "19.png",
    "default_title": "Absolute Radio"
  },
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "minimum_chrome_version": "18",
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2
}