mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
6b266b7815
This one may be problematic, as it used to do TLD stuff: https://github.com/websanova/node-url/blob/7982a613bc/wurl.js#L4 So, the new WHATWG-URL-based implementation will consider `asana.com` to be "external" to `app.asana.com`, contrarily to before. Given the nature of Nativefier, I think it's actually what to expect, that in this case your "out of the app", and in e.g. asana landing's page, which you'd expect to see in your browser. Let's see if users disagree with that.
25 lines
566 B
JSON
25 lines
566 B
JSON
{
|
|
"name": "nativefier-placeholder",
|
|
"version": "1.0.0",
|
|
"description": "Placeholder for the nativefier cli to override with a target url",
|
|
"main": "lib/main.js",
|
|
"author": "Jia Hao",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"desktop",
|
|
"electron",
|
|
"placeholder"
|
|
],
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"electron-context-menu": "^2.5.0",
|
|
"electron-dl": "^3.1.0",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"electron-window-state": "^5.0.3",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^11.3.0"
|
|
}
|
|
}
|