ClearSpending

ClearSpending

Получайте информацию о контрактах и базовых данных госзаказчика в один клик.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon32-grey.png",
    "default_popup": "popup.html",
    "default_title": "ГосЗатраты"
  },
  "description": "Получайте информацию о контрактах и базовых данных госзаказчика в один клик.",
  "homepage_url": "https://clearspending.ru",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "96": "img/icon96.png",
    "128": "img/icon128.png",
    "192": "img/icon192.png"
  },
  "author": "[email protected]",
  "manifest_version": 2,
  "name": "ClearSpending",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "http://openapi.clearspending.ru/restapi/v3/customers/search/*"
  ],
  "version": "2.02"
}