Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Feb 1, 2023
2 parents fb6b713 + 2c193ed commit de26d5b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
"manifest_version": 3,
"name": "minimal-startpage",
"short_name": "minimal-startpage",
"version": "1",
"version": "1.1",
"description": "Overrides the browsers newtab page with a custom startpage.",
"author": "deepjyoti30",

"icons": {
"64": "img/icon64.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": ["storage"]
}
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}

0 comments on commit de26d5b

Please sign in to comment.