diff --git a/.DS_Store b/.DS_Store index 557268e..2b14018 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/content.js b/content.js deleted file mode 100644 index 5a258c6..0000000 --- a/content.js +++ /dev/null @@ -1,15 +0,0 @@ -//================================================== -// sharefeed entry tool - by kebokyo -// content.js - examines the content of the page -// for data autofill -// created june 21, 2025 -//================================================== - - -let entry = { - title: "" -}; - -// if schema.org JSON-LD is present, read that data - -return entry; \ No newline at end of file diff --git a/manifest.json b/manifest.json index 701cc71..e688691 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,6 @@ "default_popup": "popup.html" }, "permissions": [ - "storage", "activeTab", "scripting" ]