Invite friends to Facebook page 2

Invite friends to Facebook page 2

Automatically invite friends to Facebook page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Invite friends to Facebook page 2",
  "short_name": "Invite friends to Facebook page 2",
  "description": "Automatically invite friends to Facebook page",
  "version": "2.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/FB_Page_Invite_16.png",
    "24": "img/FB_Page_Invite_24.png",
    "32": "img/FB_Page_Invite_32.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/FB_Page_Invite_19.png",
    "default_title": "Invite friends to Facebook page 2"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}