mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
10 lines
210 B
TypeScript
10 lines
210 B
TypeScript
import { createPlugin } from '@/utils';
|
|
import style from './style.css?inline';
|
|
|
|
export default createPlugin({
|
|
name: 'Blur Navigation Bar',
|
|
restartNeeded: true,
|
|
stylesheets: [style],
|
|
renderer() {},
|
|
});
|