mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"name": "bypass-preview",
|
|
"id": "cb6fd684-f113-4a7a-9423-8f0f0cff069f",
|
|
"description": "go straight to the normal full view when opening a page.",
|
|
"version": "0.2.0",
|
|
"tags": ["extension", "automation"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"email": "thedragonring.bod@gmail.com",
|
|
"url": "https://dragonwocky.me/",
|
|
"icon": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.js"]
|
|
},
|
|
"css": {
|
|
"client": ["client.css"]
|
|
}
|
|
}
|