КТС Інформер

КТС Інформер

Інформує про всі новини, акції та пропозиції магазину комп'ютерної техніки КТС

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/jquery-latest.js",
      "js/eventPage.js"
    ],
    "persistent": false
  },
  "description": "__MSG_appdescr__",
  "icons": {
    "96": "icons/128.png"
  },
  "homepage_url": "http://ktc-ua.com",
  "default_locale": "uk",
  "browser_action": {
    "default_title": "KTC NEWS",
    "default_icon": "icons/128.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "manifest_version": 2,
  "name": "__MSG_appname__",
  "permissions": [
    "http://*/*",
    "tabs",
    "storage",
    "notifications",
    "alarms"
  ],
  "version": "0.1.2",
  "web_accessible_resources": [
    "js/*.js",
    "css/*.css",
    "icons/*.*",
    "img/*.*"
  ]
}