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",
"short_name": "GimmeThat",
"name": "GimmeThat - Universal Wishlist for Shopping",
"version": "0.0.338",
"description": "Simplify shopping with a universal wishlist. Save anything you want to buy from any store globally. See your favorites with a click!",
"icons": {
"16": "images\/icons\/icon-16.png",
"48": "images\/icons\/icon-48.png",
"128": "images\/icons\/icon-128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "111",
"web_accessible_resources": [
{
"resources": [
"sidebar.html"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
],
"action": {
"default_icon": {
"16": "images\/icons\/icon-16.png",
"24": "images\/icons\/icon-24.png",
"32": "images\/icons\/icon-32.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "default-src 'none'; connect-src https:\/\/api.gimmethat.me\/ https:\/\/events.gimmethat.me\/ data: *; img-src 'self' data: https:\/\/api.gimmethat.me\/ https:\/\/i-images.gimmethat.me\/; font-src data:; script-src 'self'; style-src 'self' 'sha256-DLiQ+U+bb+jUnjFi37m\/Tqj8eGs9msOkXmuCrnWhyCU=' 'sha256-PGyAYJ0\/\/boB7ODJ14AkZrQUoHC+NxvVf2FyUa5FDGI=';"
},
"permissions": [
"activeTab",
"storage",
"scripting",
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}