Skip to content

Commit

Permalink
Merge pull request #8 from workeffortwaste/auto-save
Browse files Browse the repository at this point in the history
Add auto-save
  • Loading branch information
workeffortwaste authored Feb 2, 2022
2 parents 5eeb45d + 1491c52 commit 7893505
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 67 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pagespeed-saver",
"version": "2.0.4",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -25,6 +25,7 @@
"webpack-cli": "^4.1.0"
},
"dependencies": {
"dexie": "^3.2.0",
"file-saver": "^2.0.5",
"slugify": "^1.6.5"
}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "PageSpeed Saver",
"version": "2.0.4",
"version": "2.1.0",
"icons": { "128": "icon128.png"},
"description": "Quickly save your PageSpeed Insights reports to JSON.",
"web_accessible_resources": ["bundle.js"],
Expand Down
Loading

0 comments on commit 7893505

Please sign in to comment.