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": "Copyright Free Images Filter",
"short_name": "Copyright Free Images",
"description": "See only images you can safely reuse.",
"version": "1.9",
"homepage_url": "http:\/\/www.crafty184.com",
"action": {
"default_icon": "images\/19.png",
"default_title": "Copyright Free Images Filter"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"service_worker": "bs_main.js"
},
"host_permissions": [
"https:\/\/www.google.com\/*",
"https:\/\/www.google.*\/*"
],
"permissions": [
"declarativeNetRequest",
"management"
]
}