SG Dynamo Dresden - Leage Table

SG Dynamo Dresden - Leage Table

Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "http://www.dynamo-dresden.de/app/blitztabelle.html",
  "version": "1.0.6",
  "minimum_chrome_version": "20",
  "description": "__MSG_extDescription__",
  "default_locale": "de",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "img/icon/16.png",
    "48": "img/icon/48.png",
    "128": "img/icon/128.png"
  },
  "permissions": [
    "http://*.dynamo-dresden.de/"
  ],
  "browser_action": {
    "default_icon": "img/icon/19.png",
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  }
}