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",
"name": "Pandora\u2122 Forever",
"short_name": "Pandora Forever",
"description": "Never stop listending to Pandora(TM)",
"permissions": [
"activeTab"
],
"version": "0.7",
"content_scripts": [
{
"matches": [
"https:\/\/www.pandora.com\/*",
"http:\/\/www.pandora.com\/*"
],
"js": [
"jquery.js",
"script.js"
]
}
],
"manifest_version": 3,
"action": {
"default_title": "Pandora Forever(TM)",
"default_icon": {
"16": "16.png",
"32": "32.png",
"144": "144.png",
"150": "270.png"
}
},
"icons": {
"16": "16.png",
"32": "32.png",
"144": "144.png",
"150": "270.png"
}
}