Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_title": "Open Auto Meta"
},
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"description": "__MSG_extDescription__",
"host_permissions": [
"https:\/\/www.meta.ai\/*",
"https:\/\/gist.githubusercontent.com\/*"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"permissions": [
"sidePanel",
"activeTab",
"scripting",
"storage",
"tabs",
"downloads"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"images\/logo.png"
]
}
]
}