Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dclstn committed Mar 30, 2024
1 parent b6ca7f5 commit 8256118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-snapchat",
"version": "1.2.4",
"version": "1.2.5",
"description": "This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.",
"main": "esbuild.config.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ const alias = require('esbuild-plugin-alias');
},
content_scripts: [
{
matches: ['https://*.snapchat.com/*'],
matches: ['https://web.snapchat.com/*'],
js: ['./build/script.js'],
css: ['./build/script.css'],
run_at: 'document_start',
world: 'MAIN',
},
],
host_permissions: ['https://*.snapchat.com/*'],
host_permissions: ['https://web.snapchat.com/*'],
browser_specific_settings: { gecko: { id: '[email protected]' } },
};

Expand Down

0 comments on commit 8256118

Please sign in to comment.