Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.2",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"permissions": [
"activeTab",
"scripting",
"contextMenus",
"storage"
],
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/logo.png",
"icons\/Close.png",
"icons\/Star_grey.png",
"icons\/Star_gold.png",
"popup.html",
"popup.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"artifactScript.js"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}