Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
HTML5-Tumblr-Mobile-App/config.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (12 sloc)
492 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='utf-8'?> | |
<widget id="com.stungeye.meowreader" version="0.9.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | |
<name>MeowReader</name> | |
<description> | |
Photos of cats reading and photos of cats learning how to read. Meow! | |
</description> | |
<author email="html5mob@gmail.com" href="mobilehtml5.stungeye.com"> | |
Kyle Geske | |
</author> | |
<content src="index.html" /> | |
<access origin="*" /> | |
</widget> |