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",
"name": "__MSG_name__",
"short_name": "Screenshot",
"description": "__MSG_description__",
"default_locale": "en",
"offline_enabled": true,
"version": "1.3.3",
"manifest_version": 3,
"icons": {
"16": "logos\/icons\/16.png",
"32": "logos\/icons\/32.png",
"48": "logos\/icons\/48.png",
"128": "logos\/icons\/128.png"
},
"background": {
"service_worker": "\/scripts\/serviceWorker.js"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"scripting",
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/\/*",
"*:\/\/*\/*"
],
"js": [
"\/scripts\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_icon": "logos\/icons\/32.png",
"default_popup": "layouts\/popup.html"
},
"web_accessible_resources": [
{
"resources": [
"\/assets\/injectable.css",
"layouts\/editor.html"
],
"matches": [
"*:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/\/*",
"<all_urls>"
]
}
]
}