]> git.mxchange.org Git - friendica-addons.git/blobdiff - sniper/sniper.php
Fix typo in translation string in twitter
[friendica-addons.git] / sniper / sniper.php
index cdb5c5021883a1c85413c3cc40b0a01538792527..59812cba06be0372a0c102f397cba64d92c13942 100644 (file)
@@ -1,8 +1,13 @@
 <?php
 
 /**
- * Demo plugin for adding various types of Flash games to Friendika.
+ * Demo plugin for adding various types of Flash games to Friendica.
  * In this case we're using "Hot Shot Sniper" by FlashGames247
+ *
+ * Name: Sniper
+ * Description: Basic demonstration of flash game addons for Friendica
+ * Version: 1.0
+ * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
  */
 
 
@@ -34,4 +39,4 @@ $o .= <<< EOT
 EOT;
 
 return $o;
-}
\ No newline at end of file
+}