Greetings Lab - Card Creator

Greetings Lab - Card Creator

Share your feelings with the greetings YOU mix for those you love!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Greetings Lab - Card Creator",
  "version": "0.4.6",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Christmas Countdown and Radio",
    "default_icon": "icon_128.png"
  },
  "description": "Share your feelings with the greetings YOU mix for those you love!",
  "offline_enabled": false,
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "tabs"
  ]
}