Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

wrong file #18

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ v0.0.1 - Initial Release

## License

This project is licensed under the GNU General Public License v3 - see the [LICENSE.md](LICENSE.md) file for details
This project is licensed under the GNU General Public License v3 - see the [LICENSE](LICENSE) file for details

## Acknowledgments

Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"128": "bigIcon.png"
},
"browser_action": {
"default_icon": "favicon.png"
"default_icon": "favicon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
Expand Down
8 changes: 8 additions & 0 deletions popup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!doctype html>
<html>
<head>
</head>
<body>
<h2>Scratch 3 Developer Tools</h2>
</body>
</html>