Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mijn Verlanglijst",
"action": {
"default_icon": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"64": "images\/logo-64.png",
"128": "images\/logo-128.png"
},
"default_title": "Mijn Verlanglijst",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"64": "images\/logo-64.png",
"128": "images\/logo-128.png"
},
"manifest_version": 3,
"version": "2.2",
"description": "Voeg nieuwe artikelen toe aan je verlanglijstje op MijnVerlanglijst.eu.",
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"service_worker": "background.js"
}
}