Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Geolocation Plugin for PhotoPrism",
"description": "Makes it easy to select the location where your photos were taken",
"version": "2.3",
"icons": {
"16": "icons\/i-16.png",
"32": "icons\/i-32.png",
"64": "icons\/i-64.png",
"128": "icons\/i-128.png"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"optional_host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"worker.js"
],
"service_worker": "worker.js"
},
"action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{edb79849-9fe0-48fe-afcf-46f4eabf6339}"
}
}
}