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": "Range Sync for Chrome",
"version": "2.5.3",
"description": "Capture work from your browser based tools and share progress with your team",
"permissions": [
"cookies",
"history",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.range.co\/*"
],
"options_page": "options\/options.html",
"background": {
"service_worker": "background\/_loader.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "images\/favicons\/browser-action16.png",
"32": "images\/favicons\/browser-action32.png",
"48": "images\/favicons\/browser-action48.png",
"128": "images\/favicons\/browser-action128.png"
}
},
"externally_connectable": {
"matches": [
"*:\/\/*.range.co\/*"
]
},
"icons": {
"16": "images\/favicons\/store16.png",
"48": "images\/favicons\/store48.png",
"128": "images\/favicons\/store128.png"
},
"manifest_version": 3
}