fix: autocomplete now works on extension, hot reload warnings added for background quality and gradient

This commit is contained in:
David Ralph
2021-06-21 12:26:22 +01:00
parent 4e1347ad4e
commit aad568bd28
4 changed files with 30 additions and 16 deletions

View File

@@ -15,5 +15,6 @@
"16": "icons/16x16.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
}
},
"content_security_policy": "script-src 'self' https://api.bing.com https://www.google.com; object-src 'self'"
}

View File

@@ -17,5 +17,6 @@
},
"chrome_settings_overrides": {
"homepage": "index.html"
}
},
"content_security_policy": "script-src 'self' https://api.bing.com https://www.google.com; object-src 'self'"
}