Live Bomb!

Live Bomb!

This extension notifies you when GiantBomb is live and you can also check the site schedule.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Live Bomb!",
  "description": "This extension notifies you when GiantBomb is live and you can also check the site schedule.",
  "version": "1.2.21",
  "permissions": [
    "background",
    "notifications"
  ],
  "icons": {
    "16": "images/livebomb16.png",
    "48": "images/livebomb48.png",
    "128": "images/livebomb128.png"
  },
  "author": "André Milani",
  "short_name": "Livebomb",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; img-src *; object-src 'self'",
  "background": {
    "scripts": [
      "js/common.min.js",
      "js/background.min.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/livebomb19.png",
      "38": "images/livebomb38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Live Bomb!"
  }
}