First commit

This commit is contained in:
SrIzan10
2021-07-14 12:25:05 +02:00
commit a97050e62d
3 changed files with 12 additions and 0 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

1
main.html Normal file
View File

@@ -0,0 +1 @@
<iframe src="https://chromedino.com/" frameborder="0" scrolling="no" width="320" height="480" loading="lazy"></iframe>

11
manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"manifest_version": 2,
"name": "Dino",
"description": "Chrome Dino Game in an extension",
"version": "2.2",
"browser_action": {
"default_popup": "main.html",
"default_icon": "favicon.ico"
}
}