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_lngExtTitle__",
"version": "1.0.2.0",
"description": "__MSG_lngExtDescription__",
"default_locale": "en",
"permissions": [
"scripting",
"storage",
"idle",
"tabs",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/content.css"
],
"js": [
"scripts\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/content\/*.cur",
"images\/content\/*.gif",
"images\/content\/*.jpg",
"images\/content\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
}