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",
"manifest_version": 3,
"name": "Edytor Stron Shoper",
"short_name": "Edytor Shoper",
"description": "Skr\u00f3t do edytora Shoper dla produkt\u00f3w, kategorii i stron informacyjnych",
"version": "2.0",
"permissions": [
"contextMenus",
"tabs",
"activeTab",
"storage"
],
"icons": {
"16": "assets\/16px.png",
"32": "assets\/32px.png",
"48": "assets\/48px.png",
"128": "assets\/128px.png"
},
"background": {
"service_worker": "worker.js"
},
"action": {
"default_icon": "assets\/48px.png",
"default_popup": "popup.html"
}
}