quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
39 lines (37 loc) • 848 B
JSON
{
"manifest_version": 1,
"name": "",
"description": "",
"version": "1.0.1",
"icons": {
"128": "icons/",
"48": "icons/",
"16": "icons/"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"128": "icons/",
"48": "icons/",
"16": "icons/"
},
"default_title": "",
"default_popup": ""
},
"permissions": [
"identity",
"notifications"
/* boilerplate - delete if not required for you application" */
],
"content_security_policy": "script-src 'self' https://example.com; object-src 'self'",
"content_scripts": [
{
"exclude_matches": ["*://developer.mozilla.org/*"],
"matches": ["*://*.mozilla.org/*"],
"js": ["borderify.js"]
}
]
}
/*
More here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json
*/