Give a Quick Shout Out to Christina Applegate

Give a Quick Shout Out to Christina Applegate

This extension allows you to give quick shoutouts to Christina Applegate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Give a Quick Shout Out to Christina Applegate",
  "description": "This extension allows you to give quick shoutouts to Christina Applegate.",
  "version": "3.11",
  "browser_action": {},
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ]
}