quick fix b4 origin setup

This commit is contained in:
Kebo 2025-06-21 16:53:41 -05:00
parent 7766f4c5bc
commit 471b18fc50
4 changed files with 1 additions and 16 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.DS_Store

View file

@ -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;

View file

@ -8,7 +8,6 @@
"default_popup": "popup.html"
},
"permissions": [
"storage",
"activeTab",
"scripting"
]