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",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "0.2.87",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"identity",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "\/dist\/popup.index.html",
"default_icon": {
"16": "\/images\/main-icon16.png",
"32": "\/images\/main-icon32.png",
"48": "\/images\/main-icon48.png",
"128": "\/images\/main-icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist\/content.bundle.js"
],
"all_frames": true
}
],
"icons": {
"16": "\/images\/main-icon16.png",
"32": "\/images\/main-icon32.png",
"48": "\/images\/main-icon48.png",
"128": "\/images\/main-icon128.png"
},
"oauth2": {
"client_id": "849862836112-r9nk32aai0n9mjeqtn50c14ao9pakltk.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiJXyGIGd2Go3pxfNsxm\/LYIbg3oKM0CS2GJJl9yFGJTHeydbdW7a53YmXNLHAwi5lom7MNE9u4gdApqC20B8CIehAMFcrDonvZ7yPGTf3F0FTIXU3q4srQzUcsSGi+JBjgOuFrSLa1Er0du5VpdCp7hVeLymNyPDBkO+tTvkbEaY4Nv\/S+KZwfzdISIUg1FV5Ab9Wpj02ntm9\/V\/B93fue0u7CQ8f7XLt26Gwwz4gmwKWkYy\/nJbfFWvQ6Wtnuwxlxpi22h8\/givgBkOAo+\/dm+ryxwaomFUsup\/chHOl7cfbKIkXK+EKhEHVFwSnjcFA3RFoT0FbZ2O0T8ZMCBPfQIDAQAB"
}