diff --git a/.gitignore b/.gitignore index 42cfca9..edb7e26 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ __pycache__/ env/ venv/ .idea/ -.vscode/ \ No newline at end of file +.vscode/ +social.db \ No newline at end of file diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..ba15acf --- /dev/null +++ b/plugin.json @@ -0,0 +1,9 @@ +{ + "name":"AetherOnePySocial", + "author":"emolionl", + "repository":"https://github.com/emolionl/AetherOnePySocialPlugin", + "ui":"aetheronepysocialplugin", + "image":"https://raw.githubusercontent.com/emolionl/AetherOnePySocialPlugin/refs/heads/master/plugin.png", + "description":"Share your sessions and analysis with other users using a unique token for identification", + "useEmbeddeIframe": true +} \ No newline at end of file diff --git a/plugin.png b/plugin.png new file mode 100644 index 0000000..81e728b Binary files /dev/null and b/plugin.png differ