Skip to content

Commit

Permalink
修正版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
cnleen committed May 7, 2022
1 parent d2f7135 commit 226955f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "M3U8 sniffer",
"name": "M3U8Sniffer2",
"description": "Sniff for m3u8 hyperlinks in web pages.",
"version": "1.0",
"version": "0.9.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>m3u8Sniffer</title>
<title>m3u8Sniffer2</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 226955f

Please sign in to comment.