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": "Doc Genie - Send Web as PDF to Kindle Scribe",
"description": "Convert web pages to PDF and send them directly to your Amazon Kindle Scribe.",
"version": "1.1.0",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/docgenie.co.uk\/*"
],
"action": {
"default_title": "Doc Genie",
"default_icon": "images\/upload_icon.png",
"default_popup": "html\/panel.html"
}
}