Ghilbi Inspired Lofi Radio

Ghilbi Inspired Lofi Radio

Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ghilbi Inspired Lofi Radio",
  "description": "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.",
  "version": "0.2",
  "author": "Stan Chiu",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "lofi-radio.png",
    "default_popup": "popup.html",
    "default_title": "Lofi Radio"
  },
  "background": {
    "scripts": [
      "background.js",
      "popup.js"
    ]
  },
  "web_accessible_resources": [
    "fix.css"
  ]
}