Skip to content

Commit

Permalink
Bump manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Feb 7, 2022
1 parent 6530ebb commit f130349
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "Hackertab.dev",
"description": "The Developer’s Homepage",
"version": "1.12.0",
"version": "1.12.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"scripts": ["background.js"]
"scripts": [
"background.js"
]
},
"permissions": ["https://*.hackertab.dev/*"],
"permissions": [
"https://*.hackertab.dev/*"
],
"icons": {
"16": "/logos/logo16.png",
"32": "/logos/logo32.png",
Expand Down

0 comments on commit f130349

Please sign in to comment.