diff --git a/128.png b/128.png new file mode 100644 index 0000000..16f6a9b Binary files /dev/null and b/128.png differ diff --git a/background.html b/background.html new file mode 100644 index 0000000..7de3f7e --- /dev/null +++ b/background.html @@ -0,0 +1,27 @@ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..24d4e2f --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "~pkasting", + "description": "Inverts pkasting by adding a context menu to open frames in a new tab or window.", + "version": "1", + "permissions": ["contextMenus", "tabs"], + "background_page": "background.html", + "icons": { "128": "128.png" } +}