-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support local html #49
base: master
Are you sure you want to change the base?
Support local html #49
Conversation
…s visibility when exists a lot of nested titles.
local files
"manifest_version": 3, | ||
"description": "Generates a navigable page outline with heading and sectioning elements", | ||
"icons": { | ||
"48": "img/48.png", | ||
"128": "img/128.png" | ||
}, | ||
"permissions": [ | ||
"activeTab" | ||
"activeTab", | ||
"file://*/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the main change
], | ||
"content_scripts": [ | ||
{ | ||
"matches": [ | ||
"http://*/*", | ||
"https://*/*" | ||
"https://*/*", | ||
"file://*/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this
src/popup.html
Outdated
margin-bottom: 6px; | ||
padding-top: 4px; | ||
padding-left: 22px; | ||
padding-bottom: 9px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also modified some styles, but can be removed
Can you please leave the Especially the font. |
ok @dominykas , I think this is ready for you to review again |
I can remove the dist files or anything else, let me know