aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorivarlovlie <ivar.lovlie@gmail.com>2020-07-12 19:25:48 +0200
committerivarlovlie <ivar.lovlie@gmail.com>2020-07-12 19:25:48 +0200
commit25f512633704d3a1020a77addb77c3b9217f10fa (patch)
tree19a11f675d66a8895ccba37571d809d765c4219f /manifest.json
downloadstartpage-25f512633704d3a1020a77addb77c3b9217f10fa.tar.xz
startpage-25f512633704d3a1020a77addb77c3b9217f10fa.zip
init
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..aaa7538
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,19 @@
+{
+ "manifest_version": 2,
+ "name": "Startpage",
+ "short_name": "Startpage",
+ "version": "1",
+ "description": "My Startpage",
+ "author": "Ivar",
+ "homepage_url": "http://example.org",
+ "chrome_url_overrides": {
+ "newtab": "src/index.html"
+ },
+ "chrome_settings_overrides": {
+ "homepage": "src/index.html"
+ },
+ "permissions": [
+ "storage",
+ "unlimitedStorage"
+ ]
+} \ No newline at end of file