Stardew Valley Wiki Bundle Tracker

Stardew Valley Wiki Bundle Tracker

Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stardew Valley Wiki Bundle Tracker",
  "description": "Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.",
  "version": "1.2",
  "permissions": [
    "tabs",
    "http://stardewvalleywiki.com/Bundles*",
    "https://stardewvalleywiki.com/Bundles*"
  ],
  "browser_action": {
    "default_title": "Stardew Valley Wiki Bundle Tracker",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "jquery.cookie.js",
        "content.js"
      ],
      "css": [
        "sv.css"
      ],
      "matches": [
        "http://stardewvalleywiki.com/Bundles*",
        "https://stardewvalleywiki.com/Bundles*"
      ]
    }
  ],
  "manifest_version": 2
}