mirror of
https://github.com/SrIzan10/T-Rex-Runner-Extension.git
synced 2026-06-06 00:46:53 +00:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"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"
|
|
}
|
|
} |