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",
"author": "Vladislav Baranov",
"manifest_version": 3,
"name": "Rinly \u2013 App Store & Google Play Localization",
"description": "Automate App Store Connect and Google Play Console localization, metadata translation, and release notes in seconds.",
"version": "1.7.1",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"default_popup": ".\/popup.html"
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"clipboardWrite",
"identity",
"storage"
],
"host_permissions": [
"https:\/\/api.rinly.app\/*",
"https:\/\/rinly.app\/*",
"https:\/\/appstoreconnect.apple.com\/*",
"https:\/\/play.google.com\/*",
"https:\/\/play.google.com\/console\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/rinly.app\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"oauth2": {
"client_id": "258870066264-juk8h97faulnkg1jnkp4e0a0r5mkbbr8.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}