Lofi Girl

Lofi Girl

Access all Lofi World contents in one simple click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lofi Girl",
  "description": "Access all Lofi World contents in one simple click",
  "version": "0.1.6",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "All Lofi World contents"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "./static/js/content.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ]
}