Stream Raiders Place Unit Reminder

Stream Raiders Place Unit Reminder

Place Unit Reminder will create a new desktop notification for each Battle that you can place a Unit in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stream Raiders Place Unit Reminder",
  "version": "0.0.7",
  "manifest_version": 2,
  "description": "Place Unit Reminder will create a new desktop notification for each Battle that you can place a Unit in.",
  "icons": {
    "16": "icons/icon-sword.png",
    "19": "icons/icon-sword.png",
    "48": "icons/icon-sword.png",
    "128": "icons/icon-sword.png"
  },
  "homepage_url": "https://www.streamcaptain.com/streamraiders/",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "https://www.streamcaptain.com//streamraiders/",
    "https://static-cdn.jtvnw.net/*",
    "notifications"
  ],
  "short_name": "Stream Raiders Place Unit Reminder",
  "version_name": "0.0.7"
}