diff --git a/icons/128.png b/icons/128.png new file mode 100644 index 0000000..6dabfc2 Binary files /dev/null and b/icons/128.png differ diff --git a/icons/16.png b/icons/16.png new file mode 100644 index 0000000..7838126 Binary files /dev/null and b/icons/16.png differ diff --git a/icons/32.png b/icons/32.png new file mode 100644 index 0000000..0b65bec Binary files /dev/null and b/icons/32.png differ diff --git a/icons/48.png b/icons/48.png new file mode 100644 index 0000000..fb17031 Binary files /dev/null and b/icons/48.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..987313a --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "HDRezka DiscordRPC", + "description": "Bla bla bla", + "version": "1.0", + "manifest_version": 3, + "icons": { + "16":"icons/16.png", + "32":"icons/32.png", + "48":"icons/48.png", + "128":"icons/128.png" + }, + "action": { + "default_popup":"popup.html" + }, + "permissions": [], + "background": { + "service_worker": "service-worker.js" + } +} \ No newline at end of file diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..7e29dcb --- /dev/null +++ b/popup.html @@ -0,0 +1,28 @@ + + +
+ + +