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": "Organizer for Western Housing",
"version": "1.0",
"description": "Organize viewed listings on the offcampus.uwo.ca site",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/offcampus.uwo.ca\/listings\/*"
],
"js": [
"content.js"
]
}
],
"host_permissions": [
"https:\/\/offcampus.uwo.ca\/*"
],
"icons": {
"48": "Housing_Logo_48.png",
"128": "Housing_Logo_128.png"
}
}