EveryoneSocial

EveryoneSocial

This extension streamlines the process of posting to Social Media using EveryoneSocial.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "EveryoneSocial",
  "version": "1.0.1",
  "description": "This extension streamlines the process of posting to Social Media using EveryoneSocial.",
  "homepage_url": "http://everyonesocial.com",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "name": "Click to share content"
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}