Inspect and view changes in HookahTshirts.com - Best Hookah Tshirts source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": "imgo.png",
"default_popup": "popup.html"
},
"description": "HookahTshirts.com online clothes store, everything here is inspired by Hookah/Shisha.",
"icons": {
"16": "imgo.png",
"48": "imgo.png",
"128": "imgo.png"
},
"manifest_version": 2,
"name": "HookahTshirts.com - Best Hookah Tshirts",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.1"
}