Super FaceInvite

Super FaceInvite

Beta Version. Allow user to invite all friends to a facebook event.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Super FaceInvite",
  "version": "0.20",
  "description": "Beta Version. Allow user to invite all friends to a facebook event.",
  "page_action": {
    "default_icon": "images/icon.png",
    "default_title": "Invite all friends to this event!"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_page": "pages/options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "unlimitedStorage"
  ],
  "manifest_version": 2
}