FPC Notifier

FPC Notifier

Displays the current, next and following FPCs on https://scratch.mit.edu/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FPC Notifier",
  "description": "Displays the current, next and following FPCs on https://scratch.mit.edu/",
  "version": "3.0",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://scratchtools.tk/"
  ]
}