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",
"name": "My Location Now",
"version": "1.0.0",
"description": "My Location Now: Find what is your current location on Map along with latitude and longitude.",
"manifest_version": 3,
"short_name": "My Location",
"permissions": [
"geolocation"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"author": "Vinoth T",
"action": {
"default_popup": "index.html",
"default_title": "My Location Now",
"responseHeaders": [
{
"header": "Content-Security-Policy",
"operation": "append",
"value": "script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com"
}
],
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}