diff --git a/public/manifest.json b/public/manifest.json index fa9cc18b..a88aa159 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",