From 9ec5806bc721734923ff4c93f7ef1f97a6a03248 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 13 Sep 2018 16:51:08 +0200 Subject: Starting an browser extension for TO... --- manifest.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..f9fb2e6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,23 @@ +{ + + "name": "Tacticians Online - Active Battles", + + "manifest_version": 1, + "version": "0.1", + + "description": + "Regularly checks if it's your turn to play on Tacticians Online.", + + "icons": { + "48": "images/to-favicon.svg", + "96": "images/to-favicon.svg" + }, + + "permissions": [ ], + + "browser_action": { + "default_icon": "images/to-favicon.svg", + "default_title": "TO - Active Battles", + "default_popup": "www/index.html" + } +} -- cgit v1.2.3-70-g09d2