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",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"128": "icons\/icon-128.png"
},
"default_popup": "html\/popup.html",
"default_title": "__MSG_extName__"
},
"icons": {
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extShortDesc__",
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"webRequest",
"identity"
],
"host_permissions": [
"https:\/\/overpass-api.de\/*",
"https:\/\/overpass-turbo.eu\/*",
"https:\/\/www.bing.com\/*"
],
"version": "2.1.2"
}