Skip to content

Commit

Permalink
Version bump to 2.0.0; fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelachmann committed Aug 28, 2024
1 parent 8aa1388 commit 5867877
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified images/example_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo-blue-48.ico
Binary file not shown.
Binary file removed images/logo-blue-64.ico
Binary file not shown.
Binary file removed images/logo-blue-96.ico
Binary file not shown.
14 changes: 8 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{

"description": "Collect Instagram stories while browsing and instantly save all data to your disk",
"description": "Collect Instagram stories while browsing and instantly save all data to your disk.",
"manifest_version": 2,
"name": "Tidal Tales Plugin",
"version": "1.8.6",
"version": "2.0.0",
"homepage_url": "https://tidaltal.es",

"icons": {
"48": "images/logo-blue-48.ico",
"96": "images/logo-blue-96.ico"
"48": "images/logo-blue-48.png",
"64": "images/logo-blue-64.png",
"96": "images/logo-blue-96.png"
},

"browser_action": {
"default_popup": "popup/popup.html",
"default_icon": "images/logo-blue-64.ico"
"default_icon": "images/logo-blue-64.png"
},

"permissions": [
Expand All @@ -36,5 +37,6 @@
"js/zs-background.js",
"modules/ig_stories.js"
]
}
},
"browser_specific_settings": {"gecko": {"id": "{07185422-e07b-4cc3-9c64-8e1802260232}"}}
}
2 changes: 1 addition & 1 deletion popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ async function exportDatabaseToCSV() {


// Add an event listener to a button to trigger CSV export
document.getElementById('export-csv').addEventListener('click', exportDatabaseToCSV);
document.getElementById('export-csv').addEventListener('click', exportDatabaseToCSV);

0 comments on commit 5867877

Please sign in to comment.