ShadowFox/no_empty_iframes/manifest.json

18 lines
421 B
JSON

{
"description": "Add an empty div to the body of any empty iframes. Supplemental addon to ShadowFox.",
"manifest_version": 2,
"name": "No Empty iframes",
"version": "1.1",
"homepage_url": "https://github.com/overdodactyl/ShadowFox/tree/master/no_empty_iframes",
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["no_empty_iframes.js"],
"run_at": "document_start"
}
]
}