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",
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"icons": {
"16": "img\/logo.png",
"32": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"manifest_version": 3,
"permissions": [
"tabs"
],
"version": "1.0.0",
"default_locale": "en_US",
"description": "__MSG_application_description__",
"name": "__MSG_application_title__"
}