Alarm.com Camera Stream Auto Resume Firefox

Examine source code of Alarm.com Camera Stream Auto Resume

Inspect and view changes in Alarm.com Camera Stream Auto Resume source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Alarm.com Camera Stream Auto Resume",
  "version": "1.3",
  "description": "Auto-resumes Alarm.com camera stream when timed out",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.alarm.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.alarm.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "alarm-auto-resume@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Alarm.com Camera Stream Auto Resume Alternatives

Here are some Firefox add-ons that are similar to Alarm.com Camera Stream Auto Resume: