GDQ schedule scroller

GDQ schedule scroller

Scrolls to the most recent run

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GDQ schedule scroller",
  "version": "1.2.0",
  "manifest_version": 2,
  "description": "Scrolls to the most recent run",
  "icons": {
    "32": "icons/clock32.png",
    "64": "icons/clock64.png",
    "128": "icons/clock128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "https://gamesdonequick.com/schedule",
    "http://gamesdonequick.com/schedule"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/clock32.png",
    "default_title": "Scroll to most recent run"
  }
}