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": "__MSG_extName__",
"version": "1.1.0",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/cloudflare-dns.com\/*",
"https:\/\/ipapi.co\/*",
"https:\/\/flagcdn.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle"
}
],
"action": {
"default_title": "__MSG_actionTitle__"
}
}