diff --git a/icons/icon128.png b/icons/icon128.png new file mode 100644 index 0000000..ef14cf3 Binary files /dev/null and b/icons/icon128.png differ diff --git a/icons/icon16.png b/icons/icon16.png new file mode 100644 index 0000000..674f371 Binary files /dev/null and b/icons/icon16.png differ diff --git a/icons/icon32.png b/icons/icon32.png new file mode 100644 index 0000000..1af8c1d Binary files /dev/null and b/icons/icon32.png differ diff --git a/icons/icon48.png b/icons/icon48.png new file mode 100644 index 0000000..b810b2b Binary files /dev/null and b/icons/icon48.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..fbc9890 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Moonlight Chrome", + "version": "0.01", + "manifest_version": 2, + "description": "A Moonlight streaming plugin for Google Chrome", + "offline_enabled": true, + "icons": { + "128": "icons/icon128.png", + "48": "icons/icon48.png", + "32": "icons/icon32.png", + "16": "icons/icon16.png" + }, + "app": { + "background": { + "persistent": false + } + }, + "permissions": [] +} +