GaggleAMP

GaggleAMP

Receive notifications in your browser whenever you have new messages to share on GaggleAMP.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GaggleAMP",
  "version": "3.0.7",
  "description": "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.",
  "background": {
    "scripts": [
      "lib/gaggleamp.js",
      "lib/extension.js",
      "javascripts/chrome_port_wrapper.js",
      "chrome_browser.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon-disabled.png",
    "default_title": "GaggleAMP",
    "default_popup": "panel.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.gaggleamp.com/*"
    ]
  },
  "permissions": [
    "https://*.gaggleamp.com/*",
    "identity",
    "notifications",
    "activeTab"
  ],
  "icons": {
    "16": "images/icon16.jpg",
    "48": "images/icon48.jpg",
    "128": "images/icon128.jpg"
  }
}