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_shortDesc__",
"version": "1.1.5",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"activeTab",
"scripting",
"tabs",
"identity",
"storage"
],
"action": [],
"oauth2": {
"client_id": "604408108870-8i9nqjdvq0667n8lfamsl168uqetjrl8.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/webmasters"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmcV1nFqw+SF8sVPBu6pJWvFAK+YeEFWeqww2RR2t1pzL+iDD0jD62jSrVFsa7xLBHR71i0kk6XakhvvIQ4pKb5mfBjSjtXvlR72\/OLsZZX9VBCQKVlXu84vNlPQbKd1FPyKbc\/US1wBh8qOEpVoCX6DKhYowl4jQuFkhNO9hk\/xGB0mXHHfmJTwRnylMDmDicWSd4IGjgV4pe00ndfb0b6zbPwWATmGhZp8GZFjuK73DblakG9MY4EpU0h3hD1s3AuU5i\/jnlPeRGNrFk5HV+RDA7yURUWqWzurPlc9MRcak2kSU71Qtvh3b5Un1G4JJdnxivKpTLgkrsNA9l71n5QIDAQAB",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-scripts\/sidebar.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/sidebar.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}