US Visa Site Timeout Reminder

US Visa Site Timeout Reminder

Add a reminder to save your progress when filling the form DS-160.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "US Visa Site Timeout Reminder",
  "manifest_version": 3,
  "version": "1.0",
  "description": "Add a reminder to save your progress when filling the form DS-160.",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  }
}