trust-exchange.org

trust-exchange.org

Автоматический пункт обмена валют

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "trust-exchange.org",
  "description": "Автоматический пункт обмена валют",
  "version": "1.0.2",
  "author": "kulist08",
  "browser_action": {
    "default_icon": "images/ico_16.png",
    "default_popup": "tests.html",
    "default_title": "Trust-Exchange"
  },
  "icons": {
    "16": "images/ico_16.png",
    "48": "images/ico_48.png",
    "128": "images/ico_128.png"
  },
  "permissions": [
    "https://trust-exchange.org/*",
    "tabs",
    "storage"
  ]
}