Skip to content

Commit

Permalink
fix menu contents/icon config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TomOttoDX committed Nov 5, 2022
1 parent 296c311 commit 7980bc4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"manifest_version": 2,
"name": "Tilde Enhanced",
"version": "1.0.1",
"description": "A minimal startpage for your browser ",
"developer": {
"name": "Otto",
"url": "https://github.com/TomOttoDX"
},
"content_security_policy": "script-src 'self' https://duckduckgo.com; object-src 'self'",
"applications": {
"gecko": {
"id": "tilde-enhanced@otto",
"strict_min_version": "57.0"
}
},
"permissions": [
"storage"
],
"chrome_url_overrides" : {
"newtab": "index.html"
}
}

0 comments on commit 7980bc4

Please sign in to comment.