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": "Amazon Wishlist Point",
"version": "1.4.3",
"description": "Add a function to display points on the Amazon wish list",
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.co.jp\/*\/wishlist\/*"
],
"js": [
"content_script.js"
]
}
],
"icons": {
"128": "ap128.png"
}
}