AnyPage Timer

AnyPage Timer

embedded timer any web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "default_locale": "ja",
  "action": {
    "default_icon": "icon.png"
  },
  "manifest_version": 3,
  "version": "0.0.5",
  "description": "__MSG_description__",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "chromeos": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+J"
      }
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "service_worker": "timer.js"
  },
  "options_page": "options.html"
}