Invite cleanup for Google+™

Invite cleanup for Google+™

Removes hangout invites from your profile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Invite cleanup for Google+™",
  "version": "0.1.2",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "description": "Removes hangout invites from your profile",
  "icons": {
    "16": "icon128.png",
    "32": "icon128.png",
    "64": "icon128.png",
    "128": "icon128.png"
  },
  "permissions": [
    "notifications",
    "unlimitedStorage",
    "https://plus.google.com/*"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}