2018-05-16 15:16:14 +02:00
|
|
|
{
|
2018-05-24 19:32:30 +02:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Joplin Web Clipper",
|
2018-06-09 21:23:52 +02:00
|
|
|
"version": "1.0.4",
|
2018-05-24 19:32:30 +02:00
|
|
|
|
2018-05-26 18:37:03 +02:00
|
|
|
"description": "Capture and save web pages and screenshots from your browser to Joplin.",
|
2018-05-24 19:32:30 +02:00
|
|
|
|
|
|
|
"homepage_url": "https://joplin.cozic.net",
|
|
|
|
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/48.png",
|
|
|
|
"96": "icons/96.png"
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"activeTab",
|
|
|
|
"tabs",
|
|
|
|
"http://*/",
|
|
|
|
"https://*/",
|
2018-05-26 16:46:57 +02:00
|
|
|
"<all_urls>",
|
|
|
|
"storage"
|
2018-05-24 19:32:30 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icons/32.png",
|
|
|
|
"default_title": "Joplin Web Clipper",
|
|
|
|
"default_popup": "popup/build/index.html"
|
|
|
|
},
|
|
|
|
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["*://*/"],
|
|
|
|
"js": ["main.js"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"background": {
|
|
|
|
"scripts": ["background.js"],
|
|
|
|
"persistent": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "{8419486a-54e9-11e8-9401-ac9e17909436}"
|
|
|
|
}
|
|
|
|
}
|
2018-05-16 15:16:14 +02:00
|
|
|
}
|