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": "Quote to Image \u2013 Turn Text into Beautiful Shareable Images",
"version": "1.0",
"description": "Quickly turn selected text into beautifully styled images for social media. 100% local, no data collected.",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Quote to Image"
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
}
}