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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.0",
"default_locale": "en",
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"tabs",
"identity",
"storage"
],
"oauth2": {
"client_id": "221938340359-fcq0f2acrauedm187io0iuklpu3a70or.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}