add manifest.json, files

This commit is contained in:
nafunii 2022-01-08 04:45:56 +08:00
parent 3e054db443
commit b4d0a3aa30
No known key found for this signature in database
GPG key ID: 0A82862EF6000AE3
5 changed files with 47 additions and 0 deletions

BIN
images/icon16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/icon24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/icon32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

32
manifest.json Normal file
View file

@ -0,0 +1,32 @@
{
"manifest_version": 3,
"name": "Github Accentify",
"version": "0.1-a",
"action": {
"default_icon": {
"16": "images/icon16.png",
"24": "images/icon24.png",
"32": "images/icon32.png"
},
"default_title": "Github Accentify",
"default_popup": {
"html": "popup.html",
"width": 300,
"height": 200
}
},
"default_locale": "en_US",
"description": "Personalize your Github Experience",
"author": {
"name": "Jariel Que",
"url": "https://github.com/nafunii"
},
"host_permissions": [
"https://www.github.com/"
]
}

15
popup.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<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>Document</title>
</head>
<body>
</body>
</html>