UNPKG

mubot-server

Version:
14 lines (13 loc) 272 B
{ "name": "Embed external site", "version": "1", "manifest_version": 2, "content_scripts": [{ "js": ["contentscript.js"], "matches": ["*://*/*"], "all_frames": true }], "web_accessible_resources": [ "m.html" ] }