You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
547 B
JSON

{
"manifest_version": 2,
"name": "Test roll20",
"description": "Visit https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html for the demo. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#page-to-extension-messaging",
"version": "1.0",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/page-to-extension-messaging",
"icons": {},
"content_scripts": [
{
"matches": ["*://app.roll20.net/editor*"],
"js": ["content-script.js"]
}
]
}