summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-09-13 16:51:08 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-09-13 16:51:08 +0200
commit9ec5806bc721734923ff4c93f7ef1f97a6a03248 (patch)
treec80b737a8bf0cc6e311c4fe7256f68e7ea8e158a /manifest.json
Starting an browser extension for TO...
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json23
1 files changed, 23 insertions, 0 deletions
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"
+ }
+}