49 lines
877 B
JSON
49 lines
877 B
JSON
{
|
|
"name": "kiss-web-pad",
|
|
"description": "keep notes (and kiss scripts) tied to web urls",
|
|
"background": {
|
|
"scripts": [
|
|
"bin/browser-polyfill.js",
|
|
"bin/background.js"
|
|
]
|
|
},
|
|
"icons": {
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"js": [
|
|
"bin/browser-polyfill.js",
|
|
"require.js",
|
|
"bin/vs/loader.js",
|
|
"bin/vs/editor/editor.main.nls.js",
|
|
"bin/vs/editor/editor.main.js",
|
|
"require-monaco.js",
|
|
"bin/main.js"
|
|
],
|
|
"matches": [
|
|
"<all_urls>"
|
|
]
|
|
}
|
|
],
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"16": "icons/parens-16.png",
|
|
"32": "icons/parens-32.png"
|
|
},
|
|
"default_title": "OpenKissWebPad"
|
|
},
|
|
"permissions": [
|
|
"<all_urls>",
|
|
"storage",
|
|
"menus",
|
|
"tabs"
|
|
],
|
|
"version": "0.0",
|
|
"manifest_version": 2,
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{288ff466-76d7-4bee-af5c-c01205224522}"
|
|
}
|
|
}
|
|
} |