From 25f512633704d3a1020a77addb77c3b9217f10fa Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 12 Jul 2020 19:25:48 +0200 Subject: init --- manifest.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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 -- cgit v1.3