{
   "action": {
      "default_icon": {
         "38": "images/refresh-off-38.png"
      },
      "default_popup": "popup.html",
      "default_title": "Easy Auto Refresh"
   },
   "background": {
      "service_worker": "scripts/background.js"
   },
   "content_scripts": [ {
      "js": [ "scripts/keypress.js" ],
      "matches": [ "http://*/*", "https://*/*" ],
      "run_at": "document_start"
   } ],
   "description": "Auto-refresh and auto-reload pages after any number of seconds.",
   "host_permissions": [ "http://*/", "https://*/" ],
   "icons": {
      "128": "images/easy-auto-refresh-128x128.png",
      "48": "images/easy-auto-refresh-48x48.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8XcAA4230CA2Z+eZhNxKqtDANfUX/6b8odE2kVDfKF5BtjvhdubT3UbZztZdZpEmcvC7SfMEq7qVJNfB1DGohr8xBAxCwqYTG8P+iq12dVh+8YEHg62Ug7xNvgnlcbPpqWRPbFK8XTC8A5ZP0CLNPzaAyUX7+FvqiTVmyeQU84wIDAQAB",
   "manifest_version": 3,
   "name": "Easy Auto Refresh",
   "permissions": [ "tabs", "browsingData", "notifications", "storage", "scripting", "alarms" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "6.4"
}
