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",
"name": "AutoRename",
"short_name": "AutoRename",
"version": "4.3.1",
"description": "Rename image files from the internet with a meaningful file name",
"default_locale": "en",
"manifest_version": 3,
"homepage_url": "https:\/\/github.com\/ddasutein\/AutoRename",
"action": {
"default_icon": {
"16": "assets\/autorename-16px.png",
"32": "assets\/autorename-48px.png",
"128": "assets\/autorename-128px.png"
},
"default_title": "AutoRename",
"default_popup": "\/ui\/popup.html"
},
"icons": {
"16": "assets\/autorename-16px.png",
"48": "assets\/autorename-48px.png",
"128": "assets\/autorename-128px.png"
},
"background": {
"service_worker": "js\/BackgroundService.js"
},
"minimum_chrome_version": "92",
"options_page": "ui\/options.html",
"host_permissions": [
"https:\/\/www.reddit.com\/*",
"https:\/\/preview.redd.it\/*",
"https:\/\/bsky.app\/*",
"https:\/\/cdn.bsky.app\/*"
],
"permissions": [
"storage",
"contextMenus",
"downloads",
"notifications",
"tabs"
]
}