google balls
0

Configure Feed

Select the types of activity you want to include in your feed.

googleballs-app / tizen / config.xml
787 B 11 lines
1<?xml version="1.0" encoding="UTF-8"?> 2<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/GoogleBalls" version="1.0.0" viewmodes="maximized"> 3 <tizen:application id="Y11bwjsuX5.GoogleBalls" package="Y11bwjsuX5" required_version="2.3"/> 4 <content src="index.html"/> 5 <feature name="http://tizen.org/feature/screen.size.normal.1080.1920"/> 6 <icon src="icon.png"/> 7 <tizen:metadata key="http://tizen.org/metadata/app_ui_type/base_screen_resolution" value="extensive"/> 8 <name>Google Balls</name> 9 <tizen:profile name="tv-samsung"/> 10 <tizen:setting screen-orientation="landscape" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/> 11</widget>