diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..5a8e96b --- /dev/null +++ b/manifest.json @@ -0,0 +1,25 @@ +{ + "name": "Weechat", + "description": "WeeChat Web frontend", + "version": "0.0.0.1", + "manifest_version": 2, + "icons": { + "32": "img/favicon.png", + "128": "img/weechat_logo_128x128.png" + }, + "app": { + "urls": [ + "http://torhve.github.io/glowing-bear/" + ], + "launch": { + "web_url": "http://torhve.github.io/glowing-bear/" + } + }, + "permissions": [ + "notifications" + ], + "web_accessible_resources": [ + "img/favicon.png" + ], +} +}