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": "Pokemon Retro Themes - Bring old-school Pokemon vibes to your browser",
"short_name": "Pokemon Retro Themes",
"version": "2.5",
"version_name": "2.0",
"description": "A retro Pokemon game-themed extension adding features and nostalgic themes inspired by the classic Pokemon games to your browser",
"icons": {
"16": "main-icons\/icon16.png",
"32": "main-icons\/icon32.png",
"48": "main-icons\/icon48.png",
"128": "main-icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/suggestqueries.google.com\/"
],
"action": {
"default_icon": {
"16": "main-icons\/icon16.png",
"24": "main-icons\/icon24.png",
"32": "main-icons\/icon32.png"
}
},
"permissions": [
"storage",
"search",
"notifications",
"alarms"
],
"chrome_url_overrides": {
"newtab": "ntp.html"
}
}