aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
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