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_extension_name__",
"version": "1.1.3",
"description": "__MSG_extension_description__",
"icons": {
"16": "icon16.jpg",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/www.google.com\/*",
"https:\/\/rovelin.com\/*"
],
"background": {
"service_worker": "background.min.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/search*"
],
"js": [
"content.min.js"
]
}
],
"action": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"popup.js",
"dashboard.html",
"dashboard.js",
"dashboard-launcher.html"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "en"
}