quick fix b4 origin setup
This commit is contained in:
parent
7766f4c5bc
commit
471b18fc50
4 changed files with 1 additions and 16 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.DS_Store
|
15
content.js
15
content.js
|
@ -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;
|
|
|
@ -8,7 +8,6 @@
|
||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
|
||||||
"activeTab",
|
"activeTab",
|
||||||
"scripting"
|
"scripting"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue