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": "User-Agent",
"version": "3.0",
"default_locale": "en",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "options-page\/index.html"
},
"options_page": "options-page\/index.html",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"declarativeNetRequest"
]
}