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,
"version": "1.0.1",
"name": "__MSG_name__",
"description": "__MSG_description__",
"homepage_url": "https:\/\/chrome.google.com",
"default_locale": "en",
"permissions": [],
"host_permissions": [
"*:\/\/ssl.google-analytics.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icon\/16.png",
"48": "icon\/16.png",
"128": "icon\/16.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"css": [
"css\/main.css",
"css\/content.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "icon\/16.png",
"default_title": "popup"
},
"options_page": "popup.html",
"web_accessible_resources": [
{
"resources": [
"img\/*",
"icon\/*",
"css\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
}
}