Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
OutshineIssue authored Jan 31, 2025
1 parent bff752a commit f79ceab
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
39 changes: 39 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "Jungle Reader Sidebar",
"description": "Displays Jungle Reader in the sidebar.",
"version": "1.0",
"applications": {
"gecko": {
"strict_min_version": "60.0"
}
},
"icons": {
"128": "favicon.ico"
},

"sidebar_action": {
"default_title": "Jungle Reader",
"default_panel": "panel.html",
"default_icon": {
"128": "favicon.ico"
},
"open_at_install":true
},

"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Shift+Alt+J"
},
"description": "Toggle Jungle Reader"
}
},

"browser_specific_settings": {
"gecko": {
"id": "JungleReader-Sidebar@OutshineIssue.github.com"
}
},

"manifest_version": 3
}
7 changes: 7 additions & 0 deletions panel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="refresh" content="0; url=https://www.zajungle.com">
</head>
</html>

0 comments on commit f79ceab

Please sign in to comment.