mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
17 lines
361 B
JavaScript
17 lines
361 B
JavaScript
/*
|
|
* notion-enhancer
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'd4ebe9f3-974a-4c01-a6a9-94bc4296851d',
|
|
tags: ['extension'],
|
|
name: 'hide help button',
|
|
desc: 'hide help button if you don\'t need it.',
|
|
version: '1.0.0',
|
|
author: 'coryzibell',
|
|
};
|