Skip to content

Commit

Permalink
Merge pull request Sulagna-Dutta-Roy#2158 from Khushi-Pushkar/master
Browse files Browse the repository at this point in the history
Added Corona Shooter
  • Loading branch information
Sulagna-Dutta-Roy authored Jul 6, 2024
2 parents dbcffcd + 464ae95 commit 73b5551
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Corona Shooter/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Corona Shooter</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>

<body onresize='_pexresize()'>
<div style="text-align:left;margin-top:20px;margin-left:40px;
font-size: 20px; "><i style="color:white;" class="fas fa-home home-icon"></i></a></div>
<canvas id='canvas' width='1280' height='720'></canvas>
<script src="script.js"></script>
</body>

</html>
18 changes: 18 additions & 0 deletions Corona Shooter/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"manifest_version": 3,
"name": "Corona Shooter",
"description": "Corona Shooter",
"version": "1.0",
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"tabs"
],
"host_permissions": [
"*://*/*"
],
"action": {
"default_popup": "index.html"
}
}
Loading

0 comments on commit 73b5551

Please sign in to comment.