Examine source code of PIVX Price Ticker

Inspect and view changes in PIVX Price Ticker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PIVX Price Ticker",
  "description": "PIVX Price Ticker and other utilities around PIVX",
  "version": "1.1.4resigned1",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "author": "Taha Tawfik <microtaha@gmail.com>",
  "icons": {
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "icon.png"
  ],
  "permissions": [
    "background",
    "notifications",
    "storage",
    "https://api.coinmarketcap.com/",
    "http://www.ecb.europa.eu/"
  ],
  "applications": {
    "gecko": {
      "id": "gebeffegbfijjjalhcjblplpomeocehk@chrome-store-foxified-3814035381"
    }
  }
}