Period Countdown

Period Countdown

A Chrome extension that accompanies the Period Countdown (periods.io) website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Period Countdown",
  "short_name": "Countdown",
  "version": "4.0.0",
  "description": "A Chrome extension that accompanies the Period Countdown (periods.io) website.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "/img/1024.png"
  },
  "icons": {
    "1024": "/img/1024.png"
  }
}