Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

marctorsoc
Copy link

I can remove the dist files or anything else, let me know

"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://*/*"
Copy link
Author

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://*/*"
Copy link
Author

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;
Copy link
Author

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

@dominykas
Copy link
Member

dominykas commented Sep 19, 2024

Can you please leave the dist folder and any unrelated changes out of this?

Especially the font.

@marctorsoc marctorsoc changed the title Stylization and support local html Support local html Sep 19, 2024
@marctorsoc
Copy link
Author

ok @dominykas , I think this is ready for you to review again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants