🎉 Hello World

This commit is contained in:
2018-04-08 22:33:36 +02:00
commit 21d1e6f0ef
48 changed files with 1248 additions and 0 deletions

3
config/chrome.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extension": "chrome"
}

3
config/development.json Normal file
View File

@@ -0,0 +1,3 @@
{
"env": "development"
}

3
config/firefox.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extension": "firefox"
}

3
config/opera.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extension": "opera"
}

3
config/production.json Normal file
View File

@@ -0,0 +1,3 @@
{
"env": "production"
}