From 8702a0356c64937292e5484d852ca1fba58a2846 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sat, 15 Feb 2014 15:34:22 -0700 Subject: [PATCH] Redo branch names --- manifest.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index bd54566..811a189 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,9 @@ { "manifest_version": 2, - "name": "BETA Woozle Scoreboard", - "short_name": "BETA Scoreboard", - "icons": {"128": "res/icon-plaid.png"}, - - "_name": "__MSG_appName__", - "_short_name": "__MSG_appShortName__", - "_icons": {"128": "res/icon.png"}, + "name": "__MSG_appName__", + "short_name": "__MSG_appShortName__", + "icons": {"128": "res/icon.png"}, "description": "__MSG_appDesc__", "author": "Neale Pickett ",