diff --git a/images/icon16.png b/images/icon16.png new file mode 100644 index 0000000..13b4f33 Binary files /dev/null and b/images/icon16.png differ diff --git a/images/icon24.png b/images/icon24.png new file mode 100644 index 0000000..13b4f33 Binary files /dev/null and b/images/icon24.png differ diff --git a/images/icon32.png b/images/icon32.png new file mode 100644 index 0000000..13b4f33 Binary files /dev/null and b/images/icon32.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..75a0912 --- /dev/null +++ b/manifest.json @@ -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/" + ] + +} \ No newline at end of file diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..b138f08 --- /dev/null +++ b/popup.html @@ -0,0 +1,15 @@ + + + + + + + + Document + + + + + + + \ No newline at end of file