Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: 'https://www.buymeacoffee.com/zt1is5H'
custom: "https://www.buymeacoffee.com/zt1is5H"
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
semi: false,
};
}
6 changes: 2 additions & 4 deletions manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"background": {
"scripts": [
"index.js"
]
"scripts": ["index.js"]
},
"browser_specific_settings": {
"gecko": {
Expand All @@ -12,4 +10,4 @@
"content_security_policy": {
"extension_pages": "script-src 'self'"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "hoppscotch-extension",
"version": "0.31.0",
"version": "0.31.1",
"description": "Provides more features to the Hoppscotch webapp (https://hoppscotch.io/)",
"scripts": {
"format": "prettier --write .",
"clean": "rimraf dist .parcel-cache",
"build:chrome": "HOPP_EXTENSION_TARGET=CHROME parcel build src/* --dist-dir dist/ && copyfiles icons/* dist",
"build:firefox": "HOPP_EXTENSION_TARGET=FIREFOX parcel build src/* --dist-dir dist/ && copyfiles icons/* dist"
Expand Down
Loading