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",
"manifest_version": 3,
"name": "Progressive Media Investments",
"version": "2.1",
"description": "The New Statesman is a leading progressive political and cultural magazine in the United States and around the world",
"icons": {
"128": "images\/logo128.png"
},
"action": {
"default_icon": "images\/logo16.png",
"default_popup": "newstatesman.html",
"default_title": "Progressive Media Investments"
},
"background": {
"service_worker": "sw.js"
},
"permissions": [
"geolocation",
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/*.newstatesman.com\/*",
"*:\/\/*.progressivemediainvestments.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/logo128.png"
],
"use_dynamic_url": true
}
],
"short_name": "Progressive Media Investments"
}