mirror of
https://github.com/SrIzan10/T-Rex-Runner-Extension.git
synced 2026-06-06 00:46:53 +00:00
First commit
This commit is contained in:
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
1
main.html
Normal file
1
main.html
Normal 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
11
manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user