Teknoseyir bildirim

Teknoseyir bildirim

Teknoseyir bildirim eklentisi.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Teknoseyir bildirim",
  "version": "2.2.3",
  "manifest_version": 2,
  "description": "Teknoseyir bildirim eklentisi.",
  "homepage_url": "https://github.com/mskasal",
  "icons": {
    "16": "icons/ts_16.png",
    "48": "icons/ts_48.png",
    "128": "icons/ts_128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/angular/angular.min.js",
      "js/jquery/jquery.min.js",
      "js/bootstrap/bootstrap.min.js",
      "js/angular/lodash.js",
      "js/angular/urlize.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "options_page": "src/options/index.html",
  "browser_action": {
    "default_icon": "icons/ts_19.png",
    "default_title": "TS bildirimler",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "contextMenus",
    "cookies",
    "storage",
    "idle",
    "notifications",
    "tabs",
    "http://teknoseyir.com/*",
    "https://teknoseyir.com/*"
  ]
}