Skip to content

Extension icon popup title #2

@Pixelatic

Description

@Pixelatic

Small visual issue - the extension icon displays "Default Popup Title" on hover:

Image

Looks like a minor change to <title> within entrypoints/popup/index.html is all that's needed:

<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>solidtime</title>
        <meta name="manifest.type" content="browser_action" />
    </head>
    <body>
        <div id="app"></div>
        <script type="module" src="./main.ts"></script>
    </body>
</html>

(Sorry, tried to create a PR for this but couldn't due to repo permissions)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions