mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
19 lines
406 B
JavaScript
19 lines
406 B
JavaScript
/*
|
|
* focus mode
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 Arecsu
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: '5a08598d-bfac-4167-9ae8-2bd0e2ef141e',
|
|
tags: ['extension'],
|
|
name: 'focus mode',
|
|
desc:
|
|
'hide the titlebar/menubar if the sidebar is closed (will be shown on hover).',
|
|
version: '0.0.1',
|
|
author: 'arecsu',
|
|
};
|