Skip to content

Commit

Permalink
Demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
Affolter Matias committed May 16, 2024
1 parent ddc0b6f commit ed55aa4
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/chunk_10.min.js

Large diffs are not rendered by default.

41 changes: 37 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scope": "/"
},
"short_name": "PIXA PICS",
"description": "Pixel-Art & NFTs LAB. Make potential possible and (un)limited.",
"description": "Pixel-Art & NFTs LAB. Make potential possible and (un)limited.",
"display": "fullscreen",
"theme_color": "#060f23",
"background_color": "#ffffff",
Expand All @@ -31,10 +31,16 @@
"short_name": "Pixa.Pics",
"description": "Pixel art editor. Make NFTs potential (un)limited.",
"url": "/",
"icons": [{ "src": "/src/images/logo-transparent.png", "sizes": "1536x1536", "type": "image/png" }]
"icons": [
{
"src": "/src/images/logo-transparent.png",
"sizes": "1536x1536",
"type": "image/png"
}
]
}
],
"screenshots" : [
"screenshots": [
{
"src": "/src/images/screenshots/pixa.pics_1.jpg",
"sizes": "1080x1920",
Expand Down Expand Up @@ -91,5 +97,32 @@
"platform": "narrow",
"label": "View 8 - editor"
}
]
],
"id": "pics.pixa",
"dir": "ltr",
"lang": "en",
"orientation": "any",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "webapp",
"url": "https://pixa.pics/",
"id": "pics.pixa"
},
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=pics.pixa.app.twa",
"id": "pics.pixa.app.twa"
}
],
"categories": [
"education",
"entertainment",
"kids",
"photo",
"social"
],
"edge_side_panel": {
"preferred_width": 960
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"webpack-dev-server": "^4.15.2"
},
"scripts": {
"start": "electron .",
"dev": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack-dev-server && ECHO 'You need to delete /client folder'",
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --node-env \"production\"",
"build-twemoji": "svgr ./src/js/twemoji/original -d ./src/js/twemoji/react",
Expand Down
8 changes: 4 additions & 4 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ var LOAD_FILES_USEFUL = ["/src/fonts/normative/index.css"].concat(["illusion.jpg
var LOAD_FILES_STATIC = ["sfx/md/hero_decorative-celebration-02", "sfx/md/navigation_selection-complete-celebration", "sfx/md/navigation_transition-left", "sfx/md/state-change_confirm-down", "sfx/md/ui_lock", "sfx/md/ui_unlock", "sfx/md/ui_scan", "sfx/md/alert_high-intensity", "sfx/md/navigation_transition-right", "voice/cn/accessing_memory", "voice/cn/complete", "voice/cn/please_wait", "voice/cn/data_upload", "voice/cn/processing", "voice/cn/enhanced", "voice/cn/rewriting_deep_layer_protocols", "voice/cn/vision_activated", "voice/cn/vision_deactivated", "voice/cn/filtering", "music/redeclipse/track_09"].map(F_SND).concat(["presentation", "tutorial", "create", "enhanced", "pixelated", "upload", "share1", "joke1", "create", "enhanced", "pixelated", "presentation", "presentation2", "sponsors", "tutorial", "upload", "labintro", "share2", "share3", "share4", "share5", "share6", "share7", "joke2", "joke3", "joke4", "joke5", "joke6", "joke7", "joke8", "joke9", "joke10", "joke11"].map(F_VID));

// Cache names
var REQUIRED_CACHE = "unless-update-cache-v1026-required";
var USEFUL_CACHE = "unless-update-cache-v1026-useful";
var STATIC_CACHE = "unless-update-cache-v1026-static";
var OTHER_CACHE = "unless-update-cache-v1026-other";
var REQUIRED_CACHE = "unless-update-cache-v1027-required";
var USEFUL_CACHE = "unless-update-cache-v1027-useful";
var STATIC_CACHE = "unless-update-cache-v1027-static";
var OTHER_CACHE = "unless-update-cache-v1027-other";

// Regular expressions for chunk matching
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
Expand Down
Loading

0 comments on commit ed55aa4

Please sign in to comment.