afa25a113d
Eliminated the custom site history dropdown UI and its related event handlers from script.js. Updated Electron to version 37.2.4 in package.json and package-lock.json. Cleared entries from search-history.json and site-history.json.
26 lines
520 B
JSON
26 lines
520 B
JSON
{
|
|
"name": "nebula",
|
|
"productName": "Nebula",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dist": "electron-builder"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"electron": "^37.2.4",
|
|
"electron-builder": "^23.0.0"
|
|
},
|
|
"build": {
|
|
"appId": "com.andrewzambazos.nebula",
|
|
"mac": {
|
|
"category": "public.app-category.productivity",
|
|
"icon": "assets/images/Logos/Nebula-Icon.ico"
|
|
}
|
|
}
|
|
}
|