add API polyfill to kiss-firefox

This commit is contained in:
2023-04-19 20:56:15 -06:00
parent 806f0f2e11
commit e1fbe7471b
8 changed files with 32 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
"content_scripts": [
{
"matches": [],
"js": ["bin/main.js"]
"js": ["bin/browser-polyfill.js", "bin/main.js"]
}
]
}