Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"action": {
"default_icon": "icon\/icon.png",
"default_popup": "popup.html",
"default_title": "popup"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"css": [
"css\/chunk-vendors.css",
"css\/main.css",
"css\/content.css"
],
"js": [
"js\/chunk-vendors.js",
"js\/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/chrome.google.com",
"host_permissions": [],
"icons": {
"16": "icon\/icon.png",
"48": "icon\/icon.png",
"128": "icon\/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsDZ0ldermRVfi01jUuYDKGByIo86vitBWDGJwsCzeT3597Y+ajK3PTxkRVuGM5MG6LOGkSeEP0M0J\/4jw0QgWZAlHLEP2\/bIcZMU3cZU3k\/8AKgrZYnsnXo7o39u\/ZOI3eZVNwqBKyVd63h0ygToBQ7q6q1isEmc1TgNd8VottIHilpQQTwzzbEizKWo\/vN\/vYqPjBfGoiK5gWy9WMOLg09iILZuXOiw7vyxdX3v+xiFpCQeRfO1SMe7bmZqhwmEpDQE2TG20fZ8f+5Reb43anEod70yUB4ZlUVTDMExHaju8oJ+KojklRx1q0MNKADhlhTv2x\/9PuUzHVWXV4EkAwIDAQAB",
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"storage",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/*",
"icon\/*"
]
}
]
}