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": "Instant Medium Analytics - MediumStats.com",
"description": "Swiftly track Medium's trending articles & profiles, with data storage for offline viewing.",
"version": "1.2.2",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png",
"196": "img\/logo-196.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-196.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.chunk-9f8cb573.c33bb2de.js",
"assets\/content-script-loader.chunk-400972d7.7487b746.js"
],
"matches": [
"*:\/\/medium.com\/*",
"*:\/\/*.medium.com\/*"
],
"run_at": "document_end",
"css": [
"assets\/index.js.7eebecc4.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.medium.com\/*",
"*:\/\/medium.com\/*"
],
"resources": [
"*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.medium.com\/*",
"*:\/\/medium.com\/*"
],
"resources": [
"assets\/chunk-0bcb5214.js",
"assets\/chunk-e1217439.js",
"assets\/chunk-0cc59879.js",
"assets\/chunk-57fbf355.js",
"assets\/chunk-9f8cb573.js",
"assets\/chunk-e4daae2b.js",
"assets\/chunk-400972d7.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"storage"
]
}