Skip to content

Commit

Permalink
rename manage.* to outbox.*
Browse files Browse the repository at this point in the history
previous histories:
- [manage.html](https://git.io/JX7WU)
- [manage.css](https://git.io/JX7WR)
- [manage.js](https://git.io/JX7WK)
  • Loading branch information
AprilSylph committed Nov 11, 2021
1 parent 6a23645 commit 96faf0d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"<all_urls>"
],
"options_ui": {
"page": "manage.html",
"page": "outbox.html",
"open_in_tab": true
},

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/manage.html → src/outbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>Outbox for Tumblr</title>
<link rel="icon" href="/icons/16.png" type="image/png">
<link rel="stylesheet" href="lib/normalize.min.css">
<link rel="stylesheet" href="manage.css">
<link rel="stylesheet" href="outbox.css">
<link rel="stylesheet" href="https://assets.tumblr.com/fonts/favorit/stylesheet.css">
<script src="lib/browser-polyfill.min.js"></script>
<script type="module" src="manage.js"></script>
<script type="module" src="outbox.js"></script>
<script type="module" src="lib/navigation.js"></script>
</head>
<body>
Expand Down
File renamed without changes.

0 comments on commit 96faf0d

Please sign in to comment.