You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
805 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="base_pwa" name="Base PWA" inherit_id="web.layout">
<xpath expr="//head" position="inside">
<link rel="manifest" href="/manifest/webmanifest"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
<t t-set="pwa_name"
t-value="'Odoo-infinito'"/>
<meta name="apple-mobile-web-app-title" content="pwa_name"/>
<link rel="apple-touch-icon" href="/backend_theme_infinito/static/src/img/menu.png"/>
<t t-set="pwa_theme_color"
t-value="white"/>
<meta name="theme-color" content="pwa_theme_color"/>
</xpath>
</template>
</odoo>