{
  "version": "2.1",
  "content_scripts": [
    {
      "matches": ["*://teskale-sm.com/*"],
      "js": [
        "js/app.js"
      ]
    }
  ],
  "background" : {
    "scripts" : ["js/background.js"],
    "persistent": true
  },
  "externally_connectable": {
    "matches": ["*://teskale-sm.com/*"]
  },
  "permissions": ["notifications","tabs"],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "manifest_version": 2,
    "name": "Teskale",
    "short_name": "Teskale",
    "icons": [
      {
        "src": "/themes/statics/images/logo.png",
        "sizes": "36x36",
        "type": "image/png"
      },
      {
        "src": "/themes/statics/images/logo.png",
        "sizes": "48x48",
        "type": "image/png"
      },
      {
        "src": "/themes/statics/images/logo.png",
        "sizes": "72x72",
        "type": "image/png"
      },
      {
        "src": "/themes/statics/images/logo.png",
        "sizes": "96x96",
        "type": "image/png"
      },
      {
        "src": "/themes/statics/images/logo.png",
        "sizes": "144x144",
        "type": "image/png"
      },
      {
        "src": "/themes/statics/images/logo.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    ],
    "theme_color": "#ffffff",
    "background_color": "#1da1fc",
    "start_url": "/",
    "display": "fullscreen",
    "orientation": "portrait"
  }
