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": "Wikipedia Page Popularity Meter",
"version": "1.0.2",
"description": "See the relative popularity of pages on Wikipedia.",
"permissions": [
"storage"
],
"icons": {
"128": "icon.807c6af8.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/wiki\/*",
"http:\/\/*.wikipedia.org\/wiki\/*"
],
"run_at": "document_idle",
"js": [
"content.d067a4da.js"
],
"css": [
"main.ac12f3ba.css"
]
}
]
}