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_extName__",
"version": "2.1",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"scripting",
"clipboardRead",
"identity"
],
"oauth2": {
"client_id": "5100866685-l210491godq8lg1gnab16ss2iagrh8qb.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.appdata",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.min.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"walkthrough.min.js",
"walkthrough.css",
"practice.html"
],
"matches": [
"<all_urls>"
]
}
]
}