Steam Piggy Bank

Get a quick overview of Steam's current sales
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "Lennart Jarms, Janina Huether",
  "browser_action": {
    "default_icon": {
      "19": "img/Icon19x19.png",
      "38": "img/Icon38x38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Steam Piggy Bank"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com/analytics.js; object-src 'self'",
  "description": "Get a quick overview of Steam's current sales",
  "icons": {
    "16": "img/Icon16x16.png",
    "48": "img/Icon48x48.png",
    "128": "img/Icon128x128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArVMq4i+Ku++icCHK19OxyHVh1e0Gtm3NITPdZSFkZC70RLkghR1jVryU0yTCWH0WYUZuqqZI9aLuGx6XcqV15Wk4wwRXZEEYAYqLHNeJHnEDqGi+2P/EUTwfohQto++3pI6DT6FkCtZMx48meeuGtXcfUvOVukMtX1ZvAomVvqbbvjAnsom3vqpBA80z3gcJjkK0mPzSOh28pfSaSMUB5TLSad3nkgEKYgSJt3NjsiijWRyCayOlejSlkgOh20diekhAbIED2tIp/UYY9RTRdwDSfqbcqUwvdw83HCLRfMoMx+ghDVA40zWJuHuRbEndJs1jbN6A/T+n2ClOaD4xmQIDAQAB",
  "manifest_version": 2,
  "name": "Steam Piggy Bank",
  "permissions": [
    "storage",
    "identity",
    "cookies",
    "alarms",
    "notifications",
    "https://store.steampowered.com/*",
    "https://api.steampowered.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "short_name": "SPB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.0.8",
  "web_accessible_resources": [
    "images/*.png"
  ]
}