diff --git a/manifest.json b/manifest.json index 2a793d5..56da86e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,7 @@ "name": "Slop Farmer", "version": "0.1", + "author": "Jack Case", "description": "Crowd-source AI slop pages and domains", "permissions": [ diff --git a/pages/background_page.html b/pages/background_page.html index 30725a3..ef77c3b 100644 --- a/pages/background_page.html +++ b/pages/background_page.html @@ -2,7 +2,7 @@ - + Slop Farmer diff --git a/scripts/report-slop.js b/scripts/report-slop.js index d14102a..62fe73e 100644 --- a/scripts/report-slop.js +++ b/scripts/report-slop.js @@ -1,4 +1,4 @@ -const API_URL = "http://localhost:8000" +const API_URL = "https://api.slopfarmer.jack-case.pro" let access_token const login_form = document.getElementById("login-form")