Skip to content

Commit

Permalink
release(v1.4.3): hotfix for invalid extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Jan 22, 2025
1 parent 07be7ac commit 932e7da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v1.4.3 [Unreleased] (as of 2025-01-22)
## v1.4.4 [Unreleased] (as of 2025-01-23)

## v1.4.3 (2025-01-23)

- hotfix: corrupted extension

## v1.4.2 (2025-01-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docfiller",
"version": "1.4.2",
"version": "1.4.3",
"description": "Automated Google Forms filling web extension using GenAI. Making boring form filling easy!",
"homepage": "https://github.com/rootCircle/docFiller",
"keywords": [
Expand Down
7 changes: 1 addition & 6 deletions public/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ export async function getManifest() {
],
js: ['src/contentScript/index.js'],
},
],
web_accessible_resources: [
{
resources: ["/assets/profile/avatars/magic.gif"],
}
],
]
};

const manifest: Manifest.WebExtensionManifest = {
Expand Down

0 comments on commit 932e7da

Please sign in to comment.