mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 15:39:26 +00:00
18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "test-devtools-webextension",
|
|
"version": "1.0",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "test-devtools-webextension@mozilla.org"
|
|
}
|
|
},
|
|
"background": {
|
|
"scripts": ["bg.js"]
|
|
},
|
|
"browser_action": {
|
|
"default_title": "WebExtension Popup Debugging",
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|