Oktopost - Social Sharing

Oktopost - Social Sharing

Easily share links to social media without leaving the browser tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Oktopost - Social Sharing",
  "description": "Easily share links to social media without leaving the browser tab.",
  "version": "2.0",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_title": "Share on social media using Oktopost",
    "default_icon": "icons/icon_19.png",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "manifest_version": 3
}