EasyHitsFM

EasyHitsFM

Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EasyHitsFM",
  "version": "2.1",
  "manifest_version": 2,
  "description": "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!",
  "homepage_url": "http://EasyHitsFM.com",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "EasyHitsFM - Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}