Commit 9de5842a authored by Alain Takoudjou's avatar Alain Takoudjou

erp5_web_mynij_search: Add appstore json manifest file

parent e88ef252
{
"short_name": "Mynij Search",
"name": "Mynij Search engine",
"description": "Mynij Online/Offline Search engine",
"icons": [{
"src": "mynij_logo.png",
"sizes": "128x128",
"type": "image/png"
}],
"start_url": "../../",
"display": "standalone"
}
...@@ -209,6 +209,16 @@ ...@@ -209,6 +209,16 @@
<value> <string>string</string> </value> <value> <string>string</string> </value>
</item> </item>
</dictionary> </dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>configuration_webapp_manifest_url</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -263,6 +273,10 @@ ...@@ -263,6 +273,10 @@
<key> <string>configuration_redirect_url</string> </key> <key> <string>configuration_redirect_url</string> </key>
<value> <string>app</string> </value> <value> <string>app</string> </value>
</item> </item>
<item>
<key> <string>configuration_webapp_manifest_url</string> </key>
<value> <string>gadget_erp5_mynij.json</string> </value>
</item>
<item> <item>
<key> <string>configuration_x_frame_options</string> </key> <key> <string>configuration_x_frame_options</string> </key>
<value> <string>SAMEORIGIN</string> </value> <value> <string>SAMEORIGIN</string> </value>
...@@ -508,7 +522,7 @@ ...@@ -508,7 +522,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>987.37947.26336.35635</string> </value> <value> <string>987.41641.15843.1672</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -526,7 +540,7 @@ ...@@ -526,7 +540,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1603828409.08</float> <float>1623857170.72</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -228,6 +228,16 @@ ...@@ -228,6 +228,16 @@
<value> <string>string</string> </value> <value> <string>string</string> </value>
</item> </item>
</dictionary> </dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>configuration_header_gadget_url</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -270,6 +280,12 @@ ...@@ -270,6 +280,12 @@
<key> <string>configuration_frontpage_gadget_url</string> </key> <key> <string>configuration_frontpage_gadget_url</string> </key>
<value> <string>mynij_search</string> </value> <value> <string>mynij_search</string> </value>
</item> </item>
<item>
<key> <string>configuration_header_gadget_url</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>configuration_jio_gadget_url</string> </key> <key> <string>configuration_jio_gadget_url</string> </key>
<value> <string>gadget_ojs_local_jio.html</string> </value> <value> <string>gadget_ojs_local_jio.html</string> </value>
...@@ -514,7 +530,7 @@ WebSection_getMynijSearchPrecacheManifestList</string> </value> ...@@ -514,7 +530,7 @@ WebSection_getMynijSearchPrecacheManifestList</string> </value>
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>989.17495.14486.30122</string> </value> <value> <string>991.27154.33188.43127</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -532,7 +548,7 @@ WebSection_getMynijSearchPrecacheManifestList</string> </value> ...@@ -532,7 +548,7 @@ WebSection_getMynijSearchPrecacheManifestList</string> </value>
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1613472475.91</float> <float>1619607678.53</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -34,7 +34,8 @@ url_list = [ ...@@ -34,7 +34,8 @@ url_list = [
"rss-parser.min.js.map", "rss-parser.min.js.map",
"webtorrent.min.js", "webtorrent.min.js",
"jszip.min.js", "jszip.min.js",
"mynij-config.json" "mynij-config.json",
"gadget_erp5_mynij.json"
] ]
return url_list return url_list
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>action_mynij_search_build_index.html</string> </value> <value> <string>gadget_mynij_html_link_index.html</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment