WebScheduler

WebScheduler

Opens a page automatically on time which you scheduled.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WebScheduler",
  "version": "3.0.1.92",
  "version_name": "3.0 MV3",
  "default_locale": "en",
  "description": "__MSG_DESCRIPTION__",
  "homepage_url": "http://far.whochan.com/",
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon96.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "WebScheduler",
    "default_icon": "buttons/enabled.png"
  },
  "permissions": [
    "notifications",
    "alarms",
    "tabs",
    "storage"
  ]
}