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": "Outlook Classroom Email",
"version": "0.0.3",
"author": "Clay Smith",
"short_name": "Outlook Classroom Email",
"description": "Redirect Google Classroom Emails to Outlook.",
"host_permissions": [
"https:\/\/mail.google.com\/*",
"http:\/\/mail.google.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"icons": {
"128": "images\/128.png"
}
}