Sticker: Stellar Lumens (XLM) Price Ticker

Sticker: Stellar Lumens (XLM) Price Ticker

Sticker is a Stellar Lumens price ticker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sticker: Stellar Lumens (XLM) Price Ticker",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Sticker is a Stellar Lumens price ticker",
  "homepage_url": "https://www.stellar.org/",
  "icons": {
    "16": "icons/stellar-rocket-16.png",
    "48": "icons/stellar-rocket-48.png",
    "128": "icons/stellar-rocket-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "dependencies/stellar-sdk.min.js",
      "dependencies/numeral.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "src/options/index.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icons/stellar-rocket-browser-action.png",
    "default_title": "Sticker"
  },
  "permissions": [
    "storage",
    "https://horizon.stellar.org/*"
  ]
}