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": "Rytr - AI powered writing assistant",
"description": "Best AI Writer, Content Generator & Writing Assistant.",
"version": "1.2.2",
"options_ui": {
"page": "options.html"
},
"action": {
"default_icon": {
"32": "images\/extension\/logo32.png",
"48": "images\/extension\/logo48.png",
"64": "images\/extension\/logo64.png",
"128": "images\/extension\/logo128.png",
"256": "images\/extension\/logo256.png"
},
"default_title": "Rytr - AI powered writing assistant",
"default_popup": "popup.html"
},
"icons": {
"32": "images\/extension\/logo32.png",
"48": "images\/extension\/logo48.png",
"128": "images\/extension\/logo128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"images\/logo.svg",
"images\/loader.svg",
"images\/select.svg"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"*:\/\/*.rytr.me\/*",
"http:\/\/localhost:5001\/*"
]
}
}