pint/manifest.json
2022-01-08 04:59:24 +08:00

27 lines
No EOL
566 B
JSON

{
"manifest_version": 3,
"name": "Github Accentify",
"version": "1",
"action": {
"default_icon": {
"16": "images/icon16.png",
"24": "images/icon24.png",
"32": "images/icon32.png"
},
"default_title": "Github Accentify",
"default_popup": "popup.html"
},
"description": "Personalize your Github Experience",
"author": {
"name": "Jariel Que",
"url": "https://github.com/nafunii"
},
"host_permissions": [
"https://www.github.com/"
]
}