Invite Post Likers to Like Facebook™ Page

Invite Post Likers to Like Facebook™ Page

Easily invite users who liked your posts to like your fanpage and grow quickly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Invite Post Likers to Like Facebook™ Page",
  "description": "Easily invite users who liked your posts to like your fanpage and grow quickly.",
  "version": "1.1.0",
  "browser_action": {
    "default_title": "FB Inviter"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "index.html",
    "asset-manifest.json",
    "static/*",
    "fonts/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}